@charset "UTF-8";
 /**
 *
 * Washington International School - default_17
 * @link http://wis.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: Geoff Hasson
 * Project Manager: Jaime Skerker
 * Designer: Nathan Lyttle
 * ==== Git Info ====
 * Branch Name: clients/wis
 * Build version: 3.2.6
 * Git Tag: v3.0-236-g653a804ff4
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.11111em;
  margin-left: 1.11111em; }

.margin-x-2x {
  margin-right: 2.22222em;
  margin-left: 2.22222em; }

.margin-y {
  margin-top: 1.11111em;
  margin-bottom: 1.11111em; }

.margin-y-2x {
  margin-top: 2.22222em;
  margin-bottom: 2.22222em; }

.padding-x {
  padding-right: 1.11111em;
  padding-left: 1.11111em; }

.padding-x-2x {
  padding-right: 2.22222em;
  padding-left: 2.22222em; }

.padding-y {
  padding-top: 1.11111em;
  padding-bottom: 1.11111em; }

.padding-y-2x {
  padding-top: 2.22222em;
  padding-bottom: 2.22222em; }

.stretch-container {
  margin-right: -1.11111em;
  margin-left: -1.11111em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-size: 34px;
  line-height: 45px;
  color: #032A5D;
  text-transform: uppercase;
  margin-bottom: 16px; }

h2 {
  margin-top: 0;
  font-size: 28px;
  line-height: 40px;
  color: #1C1C1E;
  margin-bottom: 16px; }

h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 28px;
  color: #C8102E;
  text-transform: uppercase;
  margin-bottom: 10px; }

h4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 22px;
  color: #1C1C1E;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-size: 17px;
  line-height: 23px;
  color: #032A5D;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  color: #75797D;
  text-transform: uppercase;
  margin-bottom: 10px; }

p {
  margin: 0 0 20px; }
  p:empty {
    display: none; }

hr {
  margin: 0 auto 20px; }

a {
  text-decoration: none;
  color: #1180FF;
  transition: background .3s,
 border .3s,
 color .3s; }
  a:visited, a.visited {
    color: #074093;
    text-decoration: underline; }
  a:hover, a.hover, a:focus {
    text-decoration: underline; }
  .fsContent a {
    font-weight: bold; }

ul,
ol {
  margin-top: 0; }
  ul li,
  ol li {
    padding-left: 5px; }
    .fsContent ul li, .fsContent
    ol li {
      margin-bottom: 10px; }

.fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable,
.fs_style_40 {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  font-size: 15px; }
  .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  .fs_style_40 td {
    padding: 10px 20px;
    background: rgba(4, 150, 255, 0.06); }
  .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td,
  .fs_style_40 tr:nth-of-type(odd) td {
    background-color: rgba(4, 150, 255, 0.1); }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td,
  .fs_style_40 th,
  .fs_style_40 td {
    vertical-align: top;
    border-bottom: none; }
  .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th,
  .fs_style_40 th {
    padding: 10px 20px;
    text-align: left;
    background: #003A70;
    color: #fff;
    font-size: 16px; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsTitle a {
  color: #2F3133;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px; }

.fsReadMoreLink {
  color: #1180FF;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #44474A; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #44474A; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #131415; }

.fsElementDialog {
  color: #44474A; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

.fsList .fsTitle a {
  color: #2F3133;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px; }

.fsList .fsReadMoreLink {
  color: #1180FF;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #44474A;
    font-size: 45px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute; }
  .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .fsSlideshow .fsNextButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before {
    left: 0; }
  .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    right: 0; }
  .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: rgba(68, 71, 74, 0.5);
    transition: .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #44474A; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(68, 71, 74, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #44474A;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(68, 71, 74, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #44474A; }

.button,
.fs_style_31 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #0496FF;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px; }
  .button:hover, .button:focus,
  .fsStateSelected .button,
  .fs_style_31:hover,
  .fs_style_31:focus,
  .fsStateSelected
  .fs_style_31 {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .button em,
  .fs_style_31 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .button,
  .fsBannerRight .button, .fsBannerLeft
  .fs_style_31,
  .fsBannerRight
  .fs_style_31 {
    width: 100%; }

.fs_style_32 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #EDF7FE;
  color: #609BCE;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border-color: #BEE3FE; }
  .fs_style_32:hover, .fs_style_32:focus,
  .fsStateSelected .fs_style_32 {
    background: #0079D0;
    color: #609BCE;
    border-color: #0079D0;
    text-decoration: none; }
  .fs_style_32 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fs_style_32,
  .fsBannerRight .fs_style_32 {
    width: 100%; }
  .fs_style_32:hover, .fs_style_32:focus {
    border-color: #81CAFE;
    background-color: #EDF7FE;
    color: #1180FF; }

.fs_style_34 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: transparent;
  color: #1180FF;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border-color: #0496FF; }
  .fs_style_34:hover, .fs_style_34:focus,
  .fsStateSelected .fs_style_34 {
    background: #0079D0;
    color: #1180FF;
    border-color: #0079D0;
    text-decoration: none; }
  .fs_style_34 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fs_style_34,
  .fsBannerRight .fs_style_34 {
    width: 100%; }
  .fs_style_34:hover, .fs_style_34:focus {
    background-color: #0496FF;
    color: #fff; }

.fs_style_25 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #FFBF00;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border-color: #FFBF00; }
  .fs_style_25:hover, .fs_style_25:focus,
  .fsStateSelected .fs_style_25 {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .fs_style_25 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fs_style_25,
  .fsBannerRight .fs_style_25 {
    width: 100%; }
  .fs_style_25:hover, .fs_style_25:focus {
    background-color: #DCA500;
    border-color: #DCA500; }

.fs_style_33 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #C8102E;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border-color: #C8102E; }
  .fs_style_33:hover, .fs_style_33:focus,
  .fsStateSelected .fs_style_33 {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .fs_style_33 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fs_style_33,
  .fsBannerRight .fs_style_33 {
    width: 100%; }
  .fs_style_33:hover, .fs_style_33:focus {
    background-color: #990C23;
    border-color: #990C23; }

.fs_style_37 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: transparent;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border-color: #fff; }
  .fs_style_37:hover, .fs_style_37:focus,
  .fsStateSelected .fs_style_37 {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .fs_style_37 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fs_style_37,
  .fsBannerRight .fs_style_37 {
    width: 100%; }
  .fs_style_37:hover, .fs_style_37:focus {
    background-color: #fff;
    border-color: #fff;
    color: #75797D; }

.fs_style_36 {
  padding: 24px 85px;
  border-radius: 4px;
  font-size: 17px;
  line-height: 25px; }

.button-bg {
  display: inline-block;
  background-color: #747B83;
  padding: 30px 50px 10px; }

.color-button {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #032A5D;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px; }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .color-button em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .color-button,
  .fsBannerRight .color-button {
    width: 100%; }

.hollow-button {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: transparent;
  color: #032A5D;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border: 0.2em solid #032A5D; }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    background: #0079D0;
    color: #032A5D;
    border-color: #0079D0;
    text-decoration: none; }
  .hollow-button em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .hollow-button,
  .fsBannerRight .hollow-button {
    width: 100%; }

.fs_style_38,
.fs_style_39 {
  display: inline-block;
  border: 1px solid #BEE3FE;
  border-radius: 6px;
  background-color: #EDF7FE;
  color: #609BCE;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding: 12px 20px; }
  .fsBannerLeft .fs_style_38,
  .fsBannerRight .fs_style_38, .fsBannerLeft
  .fs_style_39,
  .fsBannerRight
  .fs_style_39 {
    display: block; }
  .fs_style_38:hover, .fs_style_38:focus,
  .fs_style_39:hover,
  .fs_style_39:focus {
    border-color: #78C6FE;
    color: #1180FF;
    text-decoration: none; }
  .fs_style_38:before,
  .fs_style_39:before {
    margin-right: 8px; }

.fs_style_38:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fs_style_39:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsStyleDefaultButton {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: transparent;
  color: #1180FF;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border-color: #0496FF;
  font-size: 13px; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    background: #0079D0;
    color: #1180FF;
    border-color: #0079D0;
    text-decoration: none; }
  .fsStyleDefaultButton em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fsStyleDefaultButton,
  .fsBannerRight .fsStyleDefaultButton {
    width: 100%; }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus {
    background-color: #0496FF;
    color: #fff; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 80px; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #0496FF;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px; }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .fsStyleUpdateButton em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fsStyleUpdateButton,
  .fsBannerRight .fsStyleUpdateButton {
    width: 100%; }

.image-caption .fsElementFooterContent {
  color: #929599;
  margin-top: 0; }

body:not(.fsComposeMode) .hero {
  height: 180px;
  margin-bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%; }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .hero {
      height: 440px; } }
  body:not(.fsComposeMode) .fsPageBodyWrapper .hero {
    display: none; }

.fs_style_23 {
  font-size: 1.66667em;
  line-height: 1.4em;
  font-weight: 300;
  color: #032A5D; }

blockquote {
  margin: 50px 0;
  color: #1180FF;
  font-size: 22px;
  font-weight: 300;
  line-height: 33px;
  text-align: center; }
  .fsBannerRight blockquote,
  .fsBannerLeft blockquote {
    font-size: 18px;
    line-height: 26px; }

cite,
.fs_style_35 {
  display: block;
  margin: 20px 0 20px;
  font-style: normal;
  color: #609BCE;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500; }
  cite:before,
  .fs_style_35:before {
    content: '- '; }

.fs_style_30 {
  display: block;
  color: #C8102E;
  font-size: 22px;
  font-weight: 300;
  line-height: 35px;
  padding-left: 18px;
  border-left: 2px solid;
  margin: 40px 0; }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #074093;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #1180FF;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #074093;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  color: #609BCE;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  padding-top: 50px; }
  .home .fsBreadcrumb {
    display: none; }
  .fsBreadcrumb > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
  .fsBreadcrumb ul li {
    display: inline-block; }
    .fsBreadcrumb ul li a {
      display: inline-block;
      padding: 0;
      color: #89C8FD; }
    .fsBreadcrumb ul li .fsNavBreadcrumbSeperator:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      margin-left: 5px;
      -ms-transform: translateY(2px);
      transform: translateY(2px); }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #1180FF;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #074093;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #003A70;
    background: #d5d5d5; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #032A5D;
      background: #eee; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #eee; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #1180FF;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #1180FF;
        background: #eee; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #eee; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px; }

.nav-sub {
  display: none; }
  @media screen and (max-width: 599px) {
    .nav-sub {
      background-color: #fff; }
      .nav-sub > header {
        display: block;
        position: relative; }
        .nav-sub > header .fsElementTitle {
          position: relative;
          margin-top: 0;
          font-size: 17px;
          line-height: 23px;
          color: #032A5D;
          margin-bottom: 10px;
          margin-bottom: 0;
          display: block;
          padding: 20px;
          color: #eee;
          background-color: #0496FF;
          transition: .3s;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          text-transform: uppercase;
          cursor: pointer;
          position: relative;
          padding-right: 40px; }
          .nav-sub > header .fsElementTitle:hover {
            background-color: #005b9d;
            color: #eee; } }
      @media screen and (max-width: 599px) and (min-width: 600px) {
        .nav-sub > header .fsElementTitle {
          cursor: default; } }
  @media screen and (max-width: 599px) {
          .nav-sub > header .fsElementTitle:after {
            font-family: "IcoMoon";
            content: "";
            line-height: 1;
            position: absolute;
            margin: 0;
            position: absolute;
            top: 50%;
            transform: translate3d(0, -50%, 0);
            right: 20px;
            -ms-transform: rotate(90deg) translateX(-5px);
            transform: rotate(90deg) translateX(-5px); }
      .nav-sub > .fsElementContent {
        position: relative;
        display: block;
        background-color: rgba(237, 247, 254, 0.9); }
        .nav-sub > .fsElementContent ul li a {
          display: block;
          padding: 10px 20px;
          color: #609BCE;
          background: transparent;
          font-size: 16px;
          line-height: 24px;
          font-weight: 500; }
          .nav-sub > .fsElementContent ul li a:hover, .nav-sub > .fsElementContent ul li a:focus {
            color: #074093;
            background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a {
          color: #032A5D;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPage > a:focus {
            color: #032A5D;
            background: transparent; }
        .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a {
          color: #1180FF;
          background: transparent; }
          .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub > .fsElementContent ul li.fsNavCurrentPageAncestor > a:focus {
            color: #003A70;
            background: transparent; }
        .nav-sub > .fsElementContent ul .fsNavPageInfo {
          margin-left: 20px; }
        .nav-sub > .fsElementContent .fsNavLevel1 > li > a {
          padding-left: 20px; }
      .nav-sub.active-nav > header .fsElementTitle {
        background-color: #0496FF;
        color: #eee; }
        .nav-sub.active-nav > header .fsElementTitle:after {
          -ms-transform: rotate(-90deg) translateX(5px);
          transform: rotate(-90deg) translateX(5px); } }
  @media (min-width: 600px) {
    .nav-sub {
      display: block; } }
  .nav-sub > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    height: auto;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease; }
    @media (min-width: 600px) {
      .nav-sub > .fsElementContent {
        max-height: 9999px;
        visibility: visible;
        opacity: 1; } }
  .nav-sub.active-nav > .fsElementContent {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
    border: 1px solid rgba(160, 215, 254, 0.9); }
    @media (min-width: 600px) {
      .nav-sub.active-nav > .fsElementContent {
        border-bottom: 0; } }
  .fsHeader .nav-sub {
    display: block;
    padding: 10px;
    margin-bottom: 0; }
    .home .fsHeader .nav-sub {
      display: none; }
    @media (min-width: 600px) {
      .fsHeader .nav-sub {
        background-color: rgba(237, 247, 254, 0.9);
        box-shadow: inset 0 -1px 0 0 rgba(4, 150, 255, 0.4);
        padding: 0; }
        .fsHeader .nav-sub > header {
          display: none; }
        .fsHeader .nav-sub .fsNavLevel1 {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          padding: 0;
          border-radius: 0; }
          .fsHeader .nav-sub .fsNavLevel1 .fsNavPageInfo {
            display: none; }
          .fsHeader .nav-sub .fsNavLevel1 > li {
            position: relative;
            border-bottom: 0; }
            .fsHeader .nav-sub .fsNavLevel1 > li > a {
              font-size: 16px;
              font-weight: 500;
              line-height: 24px; } }
  .nav-sub.nav-sub-empty {
    display: none !important; }
  .fsPageBodyWrapper .nav-sub {
    border: 1px solid #99D3FE;
    background-color: #EEF7FE; }
    .fsPageBodyWrapper .nav-sub > header {
      display: none; }
    .fsPageBodyWrapper .nav-sub ul li[class*="fsNavCurrentPage"]:after {
      display: none; }
    .fsPageBodyWrapper .nav-sub ul.fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      background-color: #0496FF;
      color: #fff; }
  .nav-sub ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav-sub ul li {
      padding-left: 0;
      border-bottom: 1px solid #A0D7FE; }
      .nav-sub ul li:last-child {
        border-bottom: none; }
      .nav-sub ul li a {
        display: block;
        padding: 18px 10px;
        color: #609BCE;
        background: transparent; }
        .nav-sub ul li a:hover, .nav-sub ul li a:focus {
          color: #1180FF; }
      .nav-sub ul li[class*="fsNavCurrentPage"] {
        background-color: #fff; }
        .nav-sub ul li[class*="fsNavCurrentPage"] > a {
          color: #1180FF; }
          .nav-sub ul li[class*="fsNavCurrentPage"] > a:hover, .nav-sub ul li[class*="fsNavCurrentPage"] > a:focus {
            color: #1180FF; }
        @media (min-width: 600px) {
          .nav-sub ul li[class*="fsNavCurrentPage"] {
            background-color: transparent; }
            .nav-sub ul li[class*="fsNavCurrentPage"]:after {
              display: block;
              content: '';
              background-color: #0496FF;
              width: 100%;
              height: 3px; } }
  .nav-sub .fsNavLevel1 {
    padding-left: 0; }
    .nav-sub .fsNavLevel1 > li {
      border-bottom: 1px solid #A0D7FE; }
      .nav-sub .fsNavLevel1 > li:last-child {
        border-bottom: none; }

.nav-main {
  margin-bottom: 0; }
  .fsHeader .nav-main {
    display: none; }
    .fsHeader .nav-main .fsElementFooterContent {
      margin-top: 0; }
      .fsHeader .nav-main .fsElementFooterContent img {
        width: 40px; }
        @media (min-width: 1100px) {
          .fsHeader .nav-main .fsElementFooterContent img {
            width: 60px; } }
    @media (min-width: 1000px) {
      .fsHeader .nav-main {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center; } }
  .nav-main li {
    padding-left: 0; }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .no-flexbox .nav-main .fsNavLevel1 {
        text-align: justify;
        font-size: 0.1px; }
        .no-flexbox .nav-main .fsNavLevel1 > li {
          display: inline-block; }
        .no-flexbox .nav-main .fsNavLevel1:after {
          content: "";
          display: inline-block;
          width: 100%; } }
  @media (min-width: 1000px) {
    .nav-main .fsNavLevel1 > li {
      -ms-flex: 1 auto;
      flex: 1 auto; } }
  .nav-main .fsNavLevel1 > li:hover > a {
    position: relative;
    color: #0496FF;
    background: transparent; }
    .nav-main .fsNavLevel1 > li:hover > a:after {
      position: absolute;
      left: 0;
      bottom: 4px;
      content: '';
      background-color: #0496FF;
      height: 6px;
      width: 100%; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #FDB309;
    background: transparent; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:hover > a, .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"]:focus > a {
    color: #0496FF; }
  .nav-main .fsNavLevel1 > li > a {
    display: block;
    color: #fff;
    background: transparent;
    padding: 0.55556em;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase; }
    @media (min-width: 1100px) {
      .nav-main .fsNavLevel1 > li > a {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .nav-main .fsNavLevel1 > li > a {
        padding: 1.11111em; } }
    .nav-main .fsNavLevel1 > li > a:focus {
      color: #0496FF;
      background: transparent; }
  html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: -160px;
    right: 0;
    max-height: 0;
    overflow: hidden; }
  .menu-item-open html.js .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    max-height: 9999px; }
  html.js .nav-main .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px; }
  html.js .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
    max-height: 9999px;
    padding: 40px; }
  html:not(.js) .nav-main .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: -160px;
    right: 0;
    max-height: 0;
    overflow: hidden; }
  html:not(.js) .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    html:not(.js) .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  html:not(.js) .nav-main .fsNavLevel1 > li:hover .fsNavPageInfo {
    padding: 40px; }

.nav-main .fsNavPageInfo {
  display: -ms-flexbox;
  display: flex;
  background: #0496FF;
  text-align: left;
  z-index: 300;
  color: #fff; }

.nav-main .fsNavPageDescription {
  width: calc(40% - 70px);
  margin-right: 70px;
  font-size: 14px;
  line-height: 21px; }
  .nav-main .fsNavPageDescription li {
    border-left: 4px solid #fff;
    padding-left: 15px; }
    .nav-main .fsNavPageDescription li strong {
      display: inline-block;
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 10px; }
    .nav-main .fsNavPageDescription li:not(:last-child) {
      margin-bottom: 30px; }

.nav-main .fsNavLevel2 {
  width: calc(30% - 20px); }
  .nav-main .fsNavLevel2.column-1 {
    margin-right: 40px; }

.nav-main .fsNavLevel2 li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.nav-main .fsNavLevel2 li a {
  display: block;
  color: #fff;
  background: transparent;
  padding: 0.55556em 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500; }
  .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus {
    color: #003A70;
    background: transparent; }

.nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
  color: #003A70;
  background: transparent; }

.drawer-ribbon {
  position: relative;
  height: 50px; }
  @media (min-width: 1000px) {
    .drawer-ribbon {
      display: none; } }

.drawer-trigger {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  background: none;
  outline: 0;
  margin: 0;
  padding: 0;
  max-width: 50px;
  font-size: 0;
  top: 26px;
  right: 10px; }
  @media (min-width: 1000px) {
    .drawer-trigger {
      display: none; } }
  .drawer-trigger:before, .drawer-trigger:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2px;
    width: 40%;
    content: '';
    background: #fff;
    font-size: 18px; }
  .drawer-trigger:before {
    margin-top: -0.33333em;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: margin-top .3s,
 transform .3s; }
  .drawer-trigger:after {
    box-shadow: 0 0.33333em 0 0 #fff;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: box-shadow .3s,
 transform .3s; }
  .drawer-is-active .drawer-trigger:before {
    margin-top: 0;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .drawer-is-active .drawer-trigger:after {
    box-shadow: none;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

.fsMenu {
  position: absolute;
  z-index: 500;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s,
 visibility .3s,
 transform .3s;
  top: 0;
  left: 0;
  transform: translate3d(-20%, 0, 0);
  -ms-transform: translate(-20%, 0);
  transform: translate(-20%, 0);
  top: 0;
  min-height: 100%;
  max-width: 33.33333em;
  background: #01203D;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (min-width: 1000px) {
    .fsMenu {
      display: none; } }
  .drawer-is-active .fsMenu {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .fsMenu .top-search {
    top: 10px;
    left: 10px;
    width: calc(100% - 70px); }
    .fsMenu .top-search input {
      width: calc(100% - 4px); }
  .fsMenu .nav-main-mobile {
    padding: 0 30px; }
    .fsMenu .nav-main-mobile ul li a {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-transform: uppercase; }
      .fsMenu .nav-main-mobile ul li a:hover, .fsMenu .nav-main-mobile ul li a:focus {
        text-decoration: none;
        color: #FFBF00; }
    .fsMenu .nav-main-mobile ul li[class*="fsNavCurrentPage"] a {
      color: #FFBF00; }
    .fsMenu .nav-main-mobile ul li:not(:last-child) {
      border-bottom: 1px solid rgba(216, 216, 216, 0.3); }
    .home .fsMenu .nav-main-mobile .home-link a {
      color: #FFBF00; }
  .fsMenu .top-links-left,
  .fsMenu .top-links-right {
    padding: 0 10px; }
    .fsMenu .top-links-left .fsNavLevel1,
    .fsMenu .top-links-right .fsNavLevel1 {
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsMenu .top-links-left .fsNavLevel1 > li > a,
      .fsMenu .top-links-right .fsNavLevel1 > li > a {
        padding: 10px 20px; }
        .fsMenu .top-links-left .fsNavLevel1 > li > a:hover, .fsMenu .top-links-left .fsNavLevel1 > li > a:focus,
        .fsMenu .top-links-right .fsNavLevel1 > li > a:hover,
        .fsMenu .top-links-right .fsNavLevel1 > li > a:focus {
          text-decoration: none; }
      .fsMenu .top-links-left .fsNavLevel1 > li.fsNavParentPage.quicklinks-open .fsNavPageInfo,
      .fsMenu .top-links-right .fsNavLevel1 > li.fsNavParentPage.quicklinks-open .fsNavPageInfo {
        max-height: 9999px; }
      .fsMenu .top-links-left .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo,
      .fsMenu .top-links-right .fsNavLevel1 > li.fsNavParentPage .fsNavPageInfo {
        width: 100%;
        left: auto;
        right: 0;
        z-index: 1;
        background-color: #001C2C;
        max-height: 0;
        overflow: hidden; }
  .fsMenu .top-links-right .search-link {
    display: none; }
  .fsMenu .top-links-right .quicklinks {
    -ms-flex-order: 1;
    order: 1; }

.nav-social .fsNavLevel1 {
  font-size: 0; }
  .nav-social .fsNavLevel1, .nav-social .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-social .fsNavLevel1 li {
    margin: 0;
    padding: 0; }
  .nav-social .fsNavLevel1 li {
    display: inline-block; }
    .nav-social .fsNavLevel1 li:not(:last-child) {
      margin-right: 25px; }
  .nav-social .fsNavLevel1 [href*='facebook']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='instagram']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='linkedin']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='pinterest']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='tumblr']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='twitter']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vimeo']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='vine']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='youtube']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='rss']:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  .nav-social .fsNavLevel1 [href*='facebook']:hover, .nav-social .fsNavLevel1 [href*='facebook']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='facebook']:hover:before, .nav-social .fsNavLevel1 [href*='facebook']:focus:before {
      color: #3b5998; }
  .nav-social .fsNavLevel1 [href*='instagram']:hover, .nav-social .fsNavLevel1 [href*='instagram']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='instagram']:hover:before, .nav-social .fsNavLevel1 [href*='instagram']:focus:before {
      color: #3f729b; }
  .nav-social .fsNavLevel1 [href*='linkedin']:hover, .nav-social .fsNavLevel1 [href*='linkedin']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='linkedin']:hover:before, .nav-social .fsNavLevel1 [href*='linkedin']:focus:before {
      color: #0077b5; }
  .nav-social .fsNavLevel1 [href*='pinterest']:hover, .nav-social .fsNavLevel1 [href*='pinterest']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='pinterest']:hover:before, .nav-social .fsNavLevel1 [href*='pinterest']:focus:before {
      color: #cc2127; }
  .nav-social .fsNavLevel1 [href*='tumblr']:hover, .nav-social .fsNavLevel1 [href*='tumblr']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='tumblr']:hover:before, .nav-social .fsNavLevel1 [href*='tumblr']:focus:before {
      color: #35465c; }
  .nav-social .fsNavLevel1 [href*='twitter']:hover, .nav-social .fsNavLevel1 [href*='twitter']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='twitter']:hover:before, .nav-social .fsNavLevel1 [href*='twitter']:focus:before {
      color: #55acee; }
  .nav-social .fsNavLevel1 [href*='vimeo']:hover, .nav-social .fsNavLevel1 [href*='vimeo']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='vimeo']:hover:before, .nav-social .fsNavLevel1 [href*='vimeo']:focus:before {
      color: #1ab7ea; }
  .nav-social .fsNavLevel1 [href*='vine']:hover, .nav-social .fsNavLevel1 [href*='vine']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='vine']:hover:before, .nav-social .fsNavLevel1 [href*='vine']:focus:before {
      color: #00b488; }
  .nav-social .fsNavLevel1 [href*='youtube']:hover, .nav-social .fsNavLevel1 [href*='youtube']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='youtube']:hover:before, .nav-social .fsNavLevel1 [href*='youtube']:focus:before {
      color: #cd201f; }
  .nav-social .fsNavLevel1 [href*='rss']:hover, .nav-social .fsNavLevel1 [href*='rss']:focus {
    text-decoration: none; }
    .nav-social .fsNavLevel1 [href*='rss']:hover:before, .nav-social .fsNavLevel1 [href*='rss']:focus:before {
      color: #f26522; }
  .nav-social .fsNavLevel1 a {
    display: block; }
    .nav-social .fsNavLevel1 a:before {
      color: #fff;
      font-size: 25px;
      transition: 0.3s all;
      display: block; }

.nav-utility-footer .fsNavLevel1, .nav-utility-footer .fsNavLevel1 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-utility-footer .fsNavLevel1 li {
  margin: 0;
  padding: 0; }

/*! structure - header v0.0.1 */
@keyframes slidein {
  from {
    transform: translateY(-100%);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.fsHeader {
  background: linear-gradient(180deg, #003553 0%, #0F2F4C 100%); }
  .fsHeader a:hover, .fsHeader a:focus {
    text-decoration: none; }

.top-links {
  position: relative;
  margin-bottom: 0;
  padding-top: 5px;
  z-index: 9000; }
  .fsHeader .top-links {
    padding-right: 1.11111em;
    padding-left: 1.11111em; }
    .fsHeader .top-links > .fsElementContent {
      position: relative;
      margin: 0 auto;
      max-width: 73.33333em;
      max-width: 82.5rem;
      display: none;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 1000px) {
        .fsHeader .top-links > .fsElementContent {
          display: -ms-flexbox;
          display: flex; } }
    .fsHeader .top-links .fsElementFooterContent {
      margin-top: 0; }
  html.js .top-links .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: -160px;
    right: 0;
    max-height: 0;
    overflow: hidden; }
  .menu-item-open html.js .top-links .fsNavLevel1 > li > .fsNavPageInfo {
    max-height: 9999px; }
  html.js .top-links .fsNavLevel1 > li.menu-item-open > .fsNavPageInfo {
    max-height: 9999px; }
  html.js .top-links .fsNavLevel1 > li:hover .fsNavPageInfo {
    max-height: 9999px; }
  html:not(.js) .top-links .fsNavLevel1 > li > .fsNavPageInfo {
    position: absolute;
    top: 100%;
    left: -160px;
    right: 0;
    max-height: 0;
    overflow: hidden; }
  html:not(.js) .top-links .fsNavLevel1 > li:hover > .fsNavPageInfo {
    max-height: 9999px; }
  @media (max-width: 599px) {
    html:not(.js) .top-links .fsNavLevel1 > li:focus > .fsNavPageInfo {
      max-height: 9999px; } }
  html.js .top-links .fsNavLevel1 > li .fsNavPageInfo,
  html:not(.js) .top-links .fsNavLevel1 > li .fsNavPageInfo {
    left: auto;
    right: 0;
    z-index: 1;
    background-color: #001C2C;
    width: 260px; }

[class*="top-links"] {
  margin-bottom: 0; }
  [class*="top-links"] li {
    padding-left: 0; }
  [class*="top-links"] .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex; }
    [class*="top-links"] .fsNavLevel1 > li {
      position: relative; }
      [class*="top-links"] .fsNavLevel1 > li > a:before {
        margin-right: 5px; }
      [class*="top-links"] .fsNavLevel1 > li.quicklinks[class*="fsNavCurrentPage"] > a, [class*="top-links"] .fsNavLevel1 > li.community-link[class*="fsNavCurrentPage"] > a {
        color: #B5C7D3; }
      [class*="top-links"] .fsNavLevel1 > li.quicklinks:hover > a, [class*="top-links"] .fsNavLevel1 > li.quicklinks:focus > a, [class*="top-links"] .fsNavLevel1 > li.quicklinks.quicklinks-open > a, [class*="top-links"] .fsNavLevel1 > li.community-link:hover > a, [class*="top-links"] .fsNavLevel1 > li.community-link:focus > a, [class*="top-links"] .fsNavLevel1 > li.community-link.quicklinks-open > a {
        background-color: #001C2C;
        color: #FDB309; }
      [class*="top-links"] .fsNavLevel1 > li:not(.quicklinks):not(.community-link) > .fsNavPageInfo {
        display: none; }
    [class*="top-links"] .fsNavLevel1 a {
      color: #B5C7D3;
      font-size: 13px;
      font-weight: 500;
      line-height: 19px;
      text-transform: uppercase; }
      [class*="top-links"] .fsNavLevel1 a:hover, [class*="top-links"] .fsNavLevel1 a:focus {
        color: #FDB309; }
  [class*="top-links"] .camp-link {
    margin-right: 50px; }
    [class*="top-links"] .camp-link > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  [class*="top-links"] .pdc-link {
    margin-right: 50px; }
    [class*="top-links"] .pdc-link > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  [class*="top-links"] .tregaron-link > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  [class*="top-links"] .quicklinks > a {
    transition: none; }
    [class*="top-links"] .quicklinks > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none; }
  [class*="top-links"] .community-link > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  [class*="top-links"] .apply-link > a:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none; }
  [class*="top-links"] .search-link {
    position: relative;
    z-index: 1; }
    [class*="top-links"] .search-link > a {
      font-size: 0;
      padding: 0; }
      [class*="top-links"] .search-link > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        font-size: 13px;
        line-height: 40px; }
    .search-active [class*="top-links"] .search-link > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      color: #0496FF; }
  [class*="top-links"] .fsNavLevel2 {
    padding: 10px 30px 10px; }
    [class*="top-links"] .fsNavLevel2 > li:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    [class*="top-links"] .fsNavLevel2 > li a {
      padding: 10px 0;
      text-transform: capitalize; }
      [class*="top-links"] .fsNavLevel2 > li a:hover, [class*="top-links"] .fsNavLevel2 > li a:focus {
        color: #fff;
        text-decoration: none; }

.top-links-right .fsNavLevel1 > li:not(:last-child) > a {
  padding: 10px 20px; }

.logo-nav {
  margin-bottom: 0;
  padding: 28px 20px;
  z-index: 9000; }
  .logo-nav > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.33333em;
    max-width: 82.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
  @media (min-width: 1000px) {
    .scrolling .logo-nav {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      background: linear-gradient(180deg, #003553 0%, #0F2F4C 100%);
      padding: 5px 20px;
      animation-duration: .5s;
      animation-name: slidein; } }
  .fsAccountBarVisible.scrolling .logo-nav {
    top: 45px; }

.top-search {
  position: absolute;
  font-size: 13px;
  color: #B5C7D3;
  transition: .3s; }
  .fsHeader .top-search {
    right: 0;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0; }
  .top-search label {
    font-size: 0; }
  .top-search input {
    background-color: #001C2C;
    border: 1px solid #2B5B7E;
    border-radius: 2px;
    height: 40px;
    width: 380px;
    padding-left: 32px;
    color: #fff; }
    .top-search input:focus {
      outline: 1px solid transparent; }
  .top-search button {
    position: absolute;
    left: 10px;
    top: 0;
    height: 40px;
    border: 0;
    background: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-size: 0;
    padding: 0;
    color: #fff; }
    .top-search button:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      font-size: 13px;
      line-height: 40px; }
  .search-active .top-search {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0); }

.site-info-container {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0; }
  .site-info-container a {
    display: block;
    padding: 20px 0;
    color: transparent;
    width: 220px; }
    .svg .site-info-container a {
      background: url("../images/logo.svg") no-repeat 0 50%/100%; }
    .no-svg .site-info-container a {
      background: url("../images/logo.png") no-repeat 0 50%/100%; }
    .site-info-container a:hover {
      color: transparent; }
    @media (min-width: 1260px) {
      .site-info-container a {
        width: 280px; } }

.fsFooter {
  padding: 50px 20px;
  color: #B5C7D3;
  font-size: 15px;
  line-height: 22px;
  text-align: center; }
  @media (min-width: 900px) {
    .fsFooter {
      text-align: left; } }
  .fsFooter a {
    font-weight: normal; }
    .fsFooter a:hover, .fsFooter a:focus {
      color: #FFBF00;
      text-decoration: none; }
    .fsFooter a:not(:last-child) {
      margin-right: 10px; }
  .fsFooter .fsBanner {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsFooter .fsBanner:after {
      content: normal; }
    body.fsDraftMode .fsFooter .fsBanner {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      body.fsDraftMode .fsFooter .fsBanner .fsElementActionButtonContainer {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%; }
    .fsFooter .fsBanner > .fsElement > .fsElementContent {
      height: 100%; }
    @media (min-width: 900px) {
      .fsFooter .fsBanner {
        display: -ms-flexbox;
        display: flex; } }
  .fsFooter .school-details-container {
    margin-bottom: 0; }
    .fsFooter .school-details-container > .fsElementContent {
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (min-width: 700px) {
        .fsFooter .school-details-container > .fsElementContent {
          display: -ms-flexbox;
          display: flex; }
          .fsFooter .school-details-container > .fsElementContent > .fsElement {
            width: calc(50% - 10px); }
            .fsFooter .school-details-container > .fsElementContent > .fsElement.school-details-links {
              width: 100%; } }
    .fsFooter .school-details-container strong {
      display: inline-block;
      margin-bottom: 10px; }
  .fsFooter .utility-container {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 13px;
    color: #B5C7D3; }
    @media (min-width: 900px) {
      .fsFooter .utility-container {
        text-align: right; } }
    .fsFooter .utility-container > .fsElementContent {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  .fsFooter .nav-social {
    margin-bottom: 20px; }

.school-details-links {
  margin-top: 40px;
  margin-bottom: 40px; }
  .school-details-links:last-child {
    margin-bottom: 40px; }
  @media (min-width: 900px) {
    .school-details-links {
      margin-top: 0;
      margin-bottom: 0; }
      .school-details-links:last-child {
        margin-bottom: 0; } }

.footer-copyright a {
  display: block; }
  @media (min-width: 700px) {
    .footer-copyright a {
      display: inline; } }

.school-details {
  margin-bottom: 20px; }
  .school-details [itemprop='name'] {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    color: #1C1C1E;
    margin-bottom: 10px; }
  .school-details [itemprop='streetAddress'] {
    display: block; }
  .school-details a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "Heebo", sans-serif;
  background: #003A70;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 18px;
  line-height: 29px;
  color: #44474A; }

.fsPageWrapper {
  overflow: hidden;
  position: relative; }

.fsPageBodyWrapper {
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff; }

.fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 600px) {
    .fsPageBody {
      display: block; } }
  @media (min-width: 800px) {
    .fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

.fsBannerLeft,
.fsBannerRight {
  font-size: 15px;
  line-height: 22px;
  color: #5C6064; }
  .fsBannerLeft .fsElementTitle,
  .fsBannerRight .fsElementTitle {
    color: #212529;
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase; }
  .fsBannerLeft .fsList .fsElementTitle,
  .fsBannerRight .fsList .fsElementTitle {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    text-transform: capitalize; }

#fsBannerLeft {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 40px;
      width: 280px;
      -ms-flex-order: 1;
      order: 1; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

#fsPageContent {
  width: 100%; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 240px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 400px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 280px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 440px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
        width: calc(100% - 680px); } }

#fsBannerRight {
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0; } }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 100px;
      width: 400px;
      -ms-flex-order: 1;
      order: 1; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        width: calc(100% - 280px); } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 1;
        order: 1;
        padding-left: 20px;
        width: 240px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 100px;
        width: 400px; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.11111em;
      padding-left: 1.11111em; } }

@media (min-width: 600px) {
  .fsLayout > header,
  .fsLayout > footer {
    padding-right: 1.11111em;
    padding-left: 1.11111em; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleOneThird {
  float: none; }

.fsLayout .fsStyleTwoThirds {
  float: none; }
  .fsLayout .fsStyleTwoThirds > .fsDiv {
    padding-left: 0;
    padding-right: 0;
    float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsStyleTwoThirds > .fsTwoColumnLayout {
      margin-right: -20px;
      margin-left: -20px; } }

.fsTwoColumnWideRightLayout,
.fsElephantLeftLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideRightLayout,
    .fsElephantLeftLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideRightLayout .fsStyleOneThird,
  .fsElephantLeftLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-left: 0;
        padding-right: 20px;
        width: 200px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleOneThird,
      .fsElephantLeftLayout .fsStyleOneThird {
        padding-right: 40px;
        width: 280px; } }
  .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
  .fsElephantLeftLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 200px); } }
    @media (min-width: 700px) {
      .fsTwoColumnWideRightLayout .fsStyleTwoThirds,
      .fsElephantLeftLayout .fsStyleTwoThirds {
        width: calc(100% - 280px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 240px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 400px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 100px;
      width: 400px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleOneThird,
  .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleOneThird {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 200px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsPageContent,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsPageContent {
    width: calc(100% - 280px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideRightLayout.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasLeftBanner #fsBannerLeft {
    padding-right: 40px;
    width: 280px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-right: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
  .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 20px;
    width: 200px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 200px); } }

.fsTwoColumnWideLeftLayout,
.fsElephantRightLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 600px) {
    .fsTwoColumnWideLeftLayout,
    .fsElephantRightLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .fsTwoColumnWideLeftLayout .fsStyleOneThird,
  .fsElephantRightLayout .fsStyleOneThird {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 20px;
        padding-right: 0;
        width: 240px;
        margin-bottom: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleOneThird,
      .fsElephantRightLayout .fsStyleOneThird {
        padding-left: 100px;
        width: 400px; } }
  .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
  .fsElephantRightLayout .fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 600px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 240px);
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 700px) {
      .fsTwoColumnWideLeftLayout .fsStyleTwoThirds,
      .fsElephantRightLayout .fsStyleTwoThirds {
        width: calc(100% - 400px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 280px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 40px;
      width: 280px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 100px;
      width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 400px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 240px); } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsPageContent,
  .fsHasElephantRightLayout.fsHasRightBanner #fsPageContent {
    width: calc(100% - 400px); } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 20px;
    width: 240px;
    margin-top: 0; } }

@media (min-width: 1000px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner #fsBannerRight,
  .fsHasElephantRightLayout.fsHasRightBanner #fsBannerRight {
    padding-left: 100px;
    width: 400px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
  margin-bottom: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 20px;
      width: 240px;
      margin-top: 0; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  width: 100%;
  margin-bottom: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 200px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 440px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding-left: 0;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
      padding-right: 20px;
      width: 200px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleOneThird {
      padding-left: 20px;
      width: 240px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
.fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds,
    .fsHasElephantRightLayout.fsHasRightBanner.fsHasLeftBanner .fsStyleTwoThirds {
      width: calc(100% - 240px); } }

#fsPoweredByFinalsite {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem;
  margin-bottom: 20px;
  background-position: 50%; }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px;
  padding: 20px;
  background-color: #f1f2f2; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px); } }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px; } }

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 18px;
    line-height: 29px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsProfileSectionSpecialData > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px #bbbbbb;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px #bbbbbb;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 34px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion:not(.hero-accordion) .fsPanel > header, .fsTabs:not(.hero-accordion) .fsPanel > header {
  cursor: pointer;
  background: #EDF7FE;
  transition: .3s;
  border-radius: 4px;
  border: 1px solid transparent; }
  .fsAccordion:not(.hero-accordion) .fsPanel > header h2, .fsTabs:not(.hero-accordion) .fsPanel > header h2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
    color: #1C1C1E;
    margin-bottom: 16px;
    margin-bottom: 2px;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 13.33333px;
    color: #609BCE;
    transition: .3s;
    position: relative; }
    .fsAccordion:not(.hero-accordion) .fsPanel > header h2 a, .fsTabs:not(.hero-accordion) .fsPanel > header h2 a {
      transition: none; }
  .fsAccordion:not(.hero-accordion) .fsPanel > header:hover, .fsTabs:not(.hero-accordion) .fsPanel > header:hover {
    background: #EDF7FE;
    transition: .3s;
    border-color: #78C6FE; }
    .fsAccordion:not(.hero-accordion) .fsPanel > header:hover h2, .fsTabs:not(.hero-accordion) .fsPanel > header:hover h2 {
      color: #1180FF;
      transition: .3s; }

.fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header, .fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header {
  background: #0496FF;
  border-radius: 4px 4px 0 0; }
  .fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header:hover, .fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header:hover {
    border-color: transparent; }
  .fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header h2, .fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header h2 {
    color: #eee; }
    .fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header h2:before, .fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header h2:before {
      content: ""; }

.fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel > header h2::before, .fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel > header h2::before,
.fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel > header h2::before,
.fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel > header h2::before {
  font-family: "IcoMoon";
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform-origin: top left;
  transform-origin: top left;
  content: ""; }

.fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel > header h2::after, .fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel > header h2::after,
.fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel > header h2::after {
  content: '';
  border: none;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  margin: 0;
  top: 10px;
  background-color: #BEE3FE; }

.fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::before, .fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::before {
  font-family: "IcoMoon";
  content: '';
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  margin: 0;
  top: 13.33333px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-transform-origin: top left;
  transform-origin: top left;
  content: "";
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%); }

.fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::after, .fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel.fsStateOpen > header h2::after {
  background-color: rgba(216, 216, 216, 0.3);
  border: none;
  width: 1px;
  height: calc(100% - 20px); }

.fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel > header h2, .fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel > header h2 {
  padding-left: 60px; }
  .fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel > header h2:before {
    left: 26px; }
  .fsPanelIconBefore.fsAccordion:not(.hero-accordion) .fsPanel > header h2:after, .fsPanelIconBefore.fsTabs:not(.hero-accordion) .fsPanel > header h2:after {
    left: 50px; }

.fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel > header h2, .fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel > header h2 {
  padding-right: 60px; }
  .fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel > header h2:before {
    right: 26px; }
  .fsPanelIconAfter.fsAccordion:not(.hero-accordion) .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs:not(.hero-accordion) .fsPanel > header h2:after {
    right: 50px; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter):not(.hero-accordion) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter):not(.hero-accordion) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion:not(.hero-accordion) .fsPanel {
  background-color: #F9FCFF;
  margin-bottom: 3px;
  border-radius: 4px; }
  .fsAccordion:not(.hero-accordion) .fsPanel > .fsElementContent {
    font-size: 15px;
    line-height: 25px; }

/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog {
  margin: auto; }
  .fsAthleticsEvent.fsDialog .fsAthleticsTitle {
    margin-top: 0;
    font-size: 20px;
    line-height: 28px;
    color: #C8102E;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsLabel {
    font-weight: bold;
    margin-top: 20px; }
  .fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
    margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsDialogContent .fsDayName {
  display: none !important; }

.fsCalendar article {
  position: relative;
  padding-left: 75px;
  min-height: 60px;
  padding-top: 0; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 60px;
  width: 60px;
  color: #fff;
  background: #C8102E;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 16px; }
    .fsCalendar .fsDate > span.fsDay {
      font-weight: bold;
      font-size: 26px;
      line-height: 26px; }
    .fsCalendar .fsDate > span.fsYear {
      display: none; }

.fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
  text-decoration: none;
  color: #4BB3FD; }

.fsCalendar .fsEventDetails {
  color: #929599;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px; }

.fsCalendar .fsAllDay:before {
  margin-right: 5px; }

.fsCalendar .fsTimeRange:before,
.fsCalendar .fsAllDay:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none; }

.fsCalendar .fsLocation:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  margin: 0 5px 0 3px; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 50px; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(0, 58, 112, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(0, 58, 112, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(0, 58, 112, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(0, 58, 112, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    border: 1px solid #00BCE4;
    margin: 0 5px 20px;
    padding: 14px 25px;
    background: #0496FF;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px;
    padding: 10px 20px; }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      background: #0079D0;
      color: #fff;
      border-color: #0079D0;
      text-decoration: none; }
    .scroll-up span em {
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 22px;
      color: rgba(255, 255, 255, 0.7);
      text-transform: capitalize; }
    .fsBannerLeft .scroll-up span,
    .fsBannerRight .scroll-up span {
      width: 100%; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline; }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "Heebo", sans-serif;
      font-size: 18px;
      line-height: 29px; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #1180FF;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #074093; }
    .fsComposerFormEmbed form .required {
      color: #003A70; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #1180FF;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #074093;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      border: 0;
      margin: 0;
      padding: 10px 20px;
      outline: 0;
      background: #003A70 !important;
      text-shadow: none;
      font-size: inherit;
      border: none !important;
      float: left;
      line-height: 1; }
      .fsComposerFormEmbed form .submitBtn:hover {
        transition: .3s;
        color: #fff !important;
        background: #032A5D !important; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "Heebo", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.fsFormPaymentCardFieldsContainer {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.fsFormPaymentCardContainer iframe {
  height: 100%;
  width: 350px; }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    border: 1px solid #00BCE4;
    margin: 0 5px 20px;
    padding: 14px 25px;
    background: #0496FF;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px; }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      background: #0079D0;
      color: #fff;
      border-color: #0079D0;
      text-decoration: none; }
    .fsLogin .fsLoginMainView .fsLoginSubmit em,
    .fsLogin .fsLoginMainView button em,
    .fsLogin .fsLoginForgotView .fsLoginSubmit em,
    .fsLogin .fsLoginForgotView button em,
    .fsLogin .fsLoginNewView .fsLoginSubmit em,
    .fsLogin .fsLoginNewView button em,
    .fsLogin .fsResetPasswordView .fsLoginSubmit em,
    .fsLogin .fsResetPasswordView button em, .fsAccount .fsLoginMainView .fsLoginSubmit em,
    .fsAccount .fsLoginMainView button em,
    .fsAccount .fsLoginForgotView .fsLoginSubmit em,
    .fsAccount .fsLoginForgotView button em,
    .fsAccount .fsLoginNewView .fsLoginSubmit em,
    .fsAccount .fsLoginNewView button em,
    .fsAccount .fsResetPasswordView .fsLoginSubmit em,
    .fsAccount .fsResetPasswordView button em {
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 22px;
      color: rgba(255, 255, 255, 0.7);
      text-transform: capitalize; }
    .fsBannerLeft .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsBannerRight .fsLogin .fsLoginMainView .fsLoginSubmit, .fsBannerLeft
    .fsLogin .fsLoginMainView button,
    .fsBannerRight
    .fsLogin .fsLoginMainView button, .fsBannerLeft
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsBannerRight
    .fsLogin .fsLoginForgotView .fsLoginSubmit, .fsBannerLeft
    .fsLogin .fsLoginForgotView button,
    .fsBannerRight
    .fsLogin .fsLoginForgotView button, .fsBannerLeft
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsBannerRight
    .fsLogin .fsLoginNewView .fsLoginSubmit, .fsBannerLeft
    .fsLogin .fsLoginNewView button,
    .fsBannerRight
    .fsLogin .fsLoginNewView button, .fsBannerLeft
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsBannerRight
    .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsBannerLeft
    .fsLogin .fsResetPasswordView button,
    .fsBannerRight
    .fsLogin .fsResetPasswordView button, .fsBannerLeft .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsBannerRight .fsAccount .fsLoginMainView .fsLoginSubmit, .fsBannerLeft
    .fsAccount .fsLoginMainView button,
    .fsBannerRight
    .fsAccount .fsLoginMainView button, .fsBannerLeft
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsBannerRight
    .fsAccount .fsLoginForgotView .fsLoginSubmit, .fsBannerLeft
    .fsAccount .fsLoginForgotView button,
    .fsBannerRight
    .fsAccount .fsLoginForgotView button, .fsBannerLeft
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsBannerRight
    .fsAccount .fsLoginNewView .fsLoginSubmit, .fsBannerLeft
    .fsAccount .fsLoginNewView button,
    .fsBannerRight
    .fsAccount .fsLoginNewView button, .fsBannerLeft
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsBannerRight
    .fsAccount .fsResetPasswordView .fsLoginSubmit, .fsBannerLeft
    .fsAccount .fsResetPasswordView button,
    .fsBannerRight
    .fsAccount .fsResetPasswordView button {
      width: 100%; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    border: 1px solid #00BCE4;
    margin: 0 5px 20px;
    padding: 14px 25px;
    background: #0496FF;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 17px; }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      background: #0079D0;
      color: #fff;
      border-color: #0079D0;
      text-decoration: none; }
    .fsAccount .fsAccountLogout a em {
      display: block;
      font-style: normal;
      font-size: 15px;
      line-height: 22px;
      color: rgba(255, 255, 255, 0.7);
      text-transform: capitalize; }
    .fsBannerLeft .fsAccount .fsAccountLogout a,
    .fsBannerRight .fsAccount .fsAccountLogout a {
      width: 100%; }

.galleria-stage {
  height: 100%; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #44474A;
  font-family: "Heebo", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement,
.infographic .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev,
.infographic .slick-next,
.infographic .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before,
  .infographic .slick-next:before,
  .infographic .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next,
.infographic .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before,
  .infographic .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev,
.infographic .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before,
  .infographic .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn,
.infographic .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #032A5D;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before,
  .infographic .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 18px;
    font-family: Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before,
.infographic.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after,
.infographic.slider-playing .slider-play-btn:before,
.infographic.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots,
.infographic .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul,
  .infographic .slick-dots,
  .infographic .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li,
  .infographic .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li,
  .infographic .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li,
  .infographic .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button,
  .infographic .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button,
  .infographic .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper,
.infographic .caption-wrapper {
  font-family: "Heebo", sans-serif;
  font-size: 18px;
  line-height: 29px;
  width: 100%;
  background-color: #032A5D;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner,
  .infographic .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper,
    .infographic .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(3, 42, 93, 0.5); } }
  .fsCustomSlider .caption-wrapper a,
  .infographic .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover,
    .infographic .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty,
  .infographic .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title,
  .infographic .caption-title {
    margin-top: 0;
    font-size: 28px;
    line-height: 40px;
    color: #1C1C1E;
    margin-bottom: 16px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc,
  .infographic .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child,
.infographic .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty,
.infographic .caption-desc:empty {
  display: none; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement.fsList article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eee; }

.fsPostElement.fsList .fsListItems:last-of-type > article:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsMonthContainer:last-child > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems:last-of-type > .fsDayContainer:last-child article:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.fsPostElement.fsList .fsListItems + button {
  margin-top: 40px; }

.fsPostElement.fsList article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .fsPostElement.fsList article > *:not(.fsAuthor):not(.fsDateTime) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

.fsPostElement.fsList .fsThumbnail {
  margin-bottom: 15px;
  background-size: cover;
  -ms-flex-order: 2;
  order: 2; }
  .fsPostElement.fsList .fsThumbnail img {
    visibility: hidden; }

.fsPostElement.fsList .fsCategories {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 40px;
  margin-left: 0; }
  .fsPostElement.fsList .fsCategories .fsCategory {
    border: 0;
    border-radius: 1px;
    background-color: #C8102E;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    padding: 4px 8px; }
    .fsPostElement.fsList .fsCategories .fsCategory:not(:last-child) {
      margin-right: 6px; }

.fsPostElement.fsList .fsTags .fsTag {
  border: 1px solid #E8EBF2;
  border-radius: 2px;
  background-color: #FCFDFE;
  color: #929599;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; }
  .fsPostElement.fsList .fsTags .fsTag:not(:last-child) {
    margin-right: 6px; }

.fsPostElement.fsList .fsAuthor,
.fsPostElement.fsList .fsDateTime {
  color: #929599;
  font-size: 14px;
  line-height: 21px; }

.fsPostElement.fsList .fsTitle {
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 10px; }

.fsPostElement.fsList .fsDateTime {
  -ms-flex-order: 4;
  order: 4;
  text-transform: uppercase; }

.fsPostElement.fsList .fsAuthor {
  -ms-flex-order: 5;
  order: 5; }
  .fsPostElement.fsList .fsAuthor:before {
    content: '|';
    margin: 0 3px 0 5px; }

.fsPostElement.fsList .fsSummary {
  -ms-flex-order: 6;
  order: 6;
  margin-top: 20px; }

.fsPostElement.fsList .fsTags {
  -ms-flex-order: 7;
  order: 7; }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search form.gsc-search-box-tools {
  width: 400px; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
    padding: 0; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
      border: 0;
      height: 100%; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
        background: #032A5D !important;
        background-image: none !important;
        width: 100%;
        height: 50px !important;
        color: #eee;
        padding-left: 10px !important;
        padding-right: 85px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        font-size: 18px;
        font-family: "Heebo", sans-serif; }
  .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
    padding: 0;
    overflow: hidden;
    height: 50px;
    width: 75px;
    background: #003A70;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
      content: "Search";
      color: #fff;
      font-family: "Heebo", sans-serif;
      opacity: 1;
      display: block;
      position: absolute;
      text-align: center;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      line-height: 50px;
      font-size: 18px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
      background: black;
      transition: .3s; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
      border: 0;
      height: 100%;
      width: 100%;
      color: transparent;
      opacity: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; }

/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #44474A; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 50px !important;
      color: #44474A;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 18px;
      font-family: "Heebo", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #44474A;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 18px;
    font-family: "Heebo", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: black;
    transition: .3s; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
    border: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "Heebo", sans-serif;
  font-size: 18px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #44474A; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #032A5D; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #1180FF !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #074093 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 18px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #0496FF;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px; }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .vimeo_view_link a em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .vimeo_view_link a,
  .fsBannerRight .vimeo_view_link a {
    width: 100%; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: #0496FF;
  color: #fff;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px; }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    background: #0079D0;
    color: #fff;
    border-color: #0079D0;
    text-decoration: none; }
  .Youtube_view_link a em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .Youtube_view_link a,
  .fsBannerRight .Youtube_view_link a {
    width: 100%; }

/*! elements - tabs */
.fsTabs:not(.hero-accordion) {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs:not(.hero-accordion) .fsTabsNav {
    margin: 0;
    padding: 0;
    display: none;
    border-bottom: 1px solid #D7D9DA; }
    @media (min-width: 700px) {
      .fsTabs:not(.hero-accordion) .fsTabsNav {
        display: block; } }
    .fsTabs:not(.hero-accordion) .fsTabsNav li {
      padding-left: 0; }
      .fsTabs:not(.hero-accordion) .fsTabsNav li a {
        display: block;
        margin-top: 0;
        font-size: 28px;
        line-height: 40px;
        color: #1C1C1E;
        margin-bottom: 16px;
        margin-bottom: 2px;
        display: block;
        font-size: 16px;
        line-height: 22px;
        padding: 13.33333px;
        color: #609BCE;
        transition: .3s;
        border-radius: 4px 4px 0 0;
        box-shadow: inset 1px 0 0 0 #EBDA9E, inset -1px 0 0 0 #EBDA9E, inset 0 1px 0 0 #EBDA9E;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-bottom: 0;
        background: #FDF6DD;
        color: #ACA285; }
        .fsTabs:not(.hero-accordion) .fsTabsNav li a:hover {
          background: #FDF6DD;
          color: #5B543C;
          box-shadow: inset 1px 0 0 0 #FFBF00, inset -1px 0 0 0 #FFBF00, inset 0 1px 0 0 #FFBF00; }
      .fsTabs:not(.hero-accordion) .fsTabsNav li.fsStateSelected a {
        background: #FFBF00;
        color: #fff;
        box-shadow: inset 1px 0 0 0 #FFBF00, inset -1px 0 0 0 #FFBF00, inset 0 1px 0 0 #FFBF00; }
  .fsTabs:not(.hero-accordion) .fsPanel {
    background-color: #F9FCFF;
    margin-bottom: 3px;
    border-radius: 4px; }
    @media (min-width: 600px) {
      .fsTabs:not(.hero-accordion) .fsPanel {
        background-color: transparent;
        margin-bottom: 0;
        border-radius: 0; } }
    @media (max-width: 599px) {
      .fsTabs:not(.hero-accordion) .fsPanel > .fsElementContent {
        font-size: 15px;
        line-height: 25px; } }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 700px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton, .fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2; }

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
    width: 100%; }

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center; }

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px; }

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsLegend .fsElementControls {
  margin-bottom: 5px; }
  .fsLegend .fsElementControls label input:checked + span {
    background: #75797D;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #75797D;
    background: white; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 300px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #eee; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #e1e1e1;
    color: #44474A;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: #c8c8c8;
      color: #44474A; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #eee;
      color: #bbbbbb; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #007cf0;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #75797D; }

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
body:not(.fsComposeMode) .module {
  margin-bottom: 30px;
  padding: 30px;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  background: #F2F2F3;
  color: #44474A; }
  body:not(.fsComposeMode) .module h1, body:not(.fsComposeMode) .module h2, body:not(.fsComposeMode) .module h3, body:not(.fsComposeMode) .module h4, body:not(.fsComposeMode) .module h5, body:not(.fsComposeMode) .module h6 {
    color: inherit; }
  body:not(.fsComposeMode) .module header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  body:not(.fsComposeMode) .module .fsElementTitle, body:not(.fsComposeMode) .module h2 {
    color: #1C1C1E;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase; }
  body:not(.fsComposeMode) .module .fsElementHeaderContent {
    margin: -30px -30px 0; }
    body:not(.fsComposeMode) .module .fsElementHeaderContent img {
      width: 100%;
      display: block;
      margin-bottom: 20px; }
  .fsBannerRight body:not(.fsComposeMode) .module, body:not(.fsComposeMode) .fsBannerRight .module,
  .fsBannerLeft body:not(.fsComposeMode) .module,
  body:not(.fsComposeMode) .fsBannerLeft .module {
    font-size: 16px;
    line-height: 23px;
    color: #5B616A;
    padding: 30px 20px; }
    .fsBannerRight body:not(.fsComposeMode) .module .fsElementHeaderContent, body:not(.fsComposeMode) .fsBannerRight .module .fsElementHeaderContent,
    .fsBannerLeft body:not(.fsComposeMode) .module .fsElementHeaderContent,
    body:not(.fsComposeMode) .fsBannerLeft .module .fsElementHeaderContent {
      margin: -30px -20px 0; }
    .fsBannerRight body:not(.fsComposeMode) .module .fsElementTitle, body:not(.fsComposeMode) .fsBannerRight .module .fsElementTitle,
    .fsBannerRight body:not(.fsComposeMode) .module h2,
    body:not(.fsComposeMode) .fsBannerRight .module h2,
    .fsBannerLeft body:not(.fsComposeMode) .module .fsElementTitle,
    body:not(.fsComposeMode) .fsBannerLeft .module .fsElementTitle,
    .fsBannerLeft body:not(.fsComposeMode) .module h2,
    body:not(.fsComposeMode) .fsBannerLeft .module h2 {
      font-size: 16px;
      line-height: 25px; }

body:not(.fsComposeMode) .module a {
  font-weight: bold;
  color: #003A70;
  text-decoration: underline; }
  body:not(.fsComposeMode) .module a:before {
    display: none; }
  body:not(.fsComposeMode) .module a:hover {
    color: #003A70 !important;
    text-decoration: none; }

body:not(.fsComposeMode) .module.clean {
  background: transparent;
  padding: 0;
  color: #5B616A; }
  body:not(.fsComposeMode) .module.clean .fsElementHeaderContent {
    margin: 0; }
  body:not(.fsComposeMode) .module.clean .fsElementTitle {
    color: #212529; }

body:not(.fsComposeMode) .module.red, body:not(.fsComposeMode) .module.blue, body:not(.fsComposeMode) .module.dark {
  color: #fff; }
  body:not(.fsComposeMode) .module.red .fsElementTitle,
  body:not(.fsComposeMode) .module.red h2, body:not(.fsComposeMode) .module.blue .fsElementTitle,
  body:not(.fsComposeMode) .module.blue h2, body:not(.fsComposeMode) .module.dark .fsElementTitle,
  body:not(.fsComposeMode) .module.dark h2 {
    color: #fff; }

body:not(.fsComposeMode) .module.red {
  background: #C8102E; }

body:not(.fsComposeMode) .module.blue {
  background: #003A70; }

body:not(.fsComposeMode) .module.split {
  padding: 0; }
  body:not(.fsComposeMode) .module.split header {
    background-size: cover;
    background-position: 50%;
    min-height: 200px; }
  body:not(.fsComposeMode) .module.split .fsElementTitle {
    display: none; }
  body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
    margin: 0; }
    body:not(.fsComposeMode) .module.split .fsElementHeaderContent img {
      display: none; }
  body:not(.fsComposeMode) .module.split .fsElementContent {
    padding: 30px; }
  @media (min-width: 600px) {
    body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0; }
      body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > * {
        width: 50%; }
      body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > header {
        background-size: cover; }
        body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split > header img {
          display: none; }
      body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
        margin: 0; }
      body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split .fsElementContent {
        padding: 30px; }
      body:not(.fsHasRightBanner):not(.fsHasLeftBanner) body:not(.fsComposeMode) .module.split.right {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .module.split {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0; }
      body:not(.fsComposeMode) .module.split > * {
        width: 50%; }
      body:not(.fsComposeMode) .module.split > header {
        background-size: cover; }
        body:not(.fsComposeMode) .module.split > header img {
          display: none; }
      body:not(.fsComposeMode) .module.split .fsElementHeaderContent {
        margin: 0; }
      body:not(.fsComposeMode) .module.split .fsElementContent {
        padding: 30px; }
      body:not(.fsComposeMode) .module.split.right {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding: 0; } }

/*! pages - home v0.0.1 */
.home #fsPageBodyWrapper {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

.home #fsPageBody {
  max-width: none; }

.home .fsPageLayout {
  margin-right: 0;
  margin-left: 0; }
  .home .fsPageLayout > .fsDiv {
    padding-right: 0;
    padding-left: 0; }

body:not(.fsComposeMode) .hero-container {
  background: #0F2F4C; }
  body:not(.fsComposeMode) .hero-container > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    @media (min-width: 1000px) {
      body:not(.fsComposeMode) .hero-container > .fsElementContent {
        -ms-flex-direction: row;
        flex-direction: row; } }

body:not(.fsComposeMode) .hero-text {
  padding: 20px;
  margin-bottom: 0;
  overflow: visible;
  z-index: 2; }
  body:not(.fsComposeMode) .hero-text .fsElementHeaderContent {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 30px; }
    body:not(.fsComposeMode) .hero-text .fsElementHeaderContent strong {
      color: #0496FF;
      font-weight: 800; }
  body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion,
  body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion {
    padding-right: 20px; }
    body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion > header .fsElementTitle,
    body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion > header .fsElementTitle {
      color: #1180FF;
      font-size: 20px;
      font-weight: bold;
      line-height: 25px; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion > header .fsElementTitle,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion > header .fsElementTitle {
          font-size: 30px;
          line-height: 25px; } }
      body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion > header .fsElementTitle:before,
      body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion > header .fsElementTitle:before {
        content: '';
        display: block;
        height: 1px;
        width: 40px;
        margin-bottom: 30px;
        background-color: rgba(255, 255, 255, 0.3); }
    body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle,
    body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle {
      margin-bottom: 0; }
      body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle:before, body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle:after,
      body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle:before,
      body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle:after {
        display: none; }
      body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle a,
      body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle a {
        color: #FFBF00;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px; }
        @media (min-width: 700px) {
          body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle a,
          body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle a {
            font-size: 20px;
            line-height: 25px; } }
        body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle a:hover, body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle a:focus,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle a:hover,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel .fsElementTitle a:focus {
          color: #0496FF; }
    body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel > header ~ .fsElementContent,
    body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsPanel > header ~ .fsElementContent {
      color: rgba(255, 255, 255, 0.7);
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      padding: 0; }
    body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav,
    body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav {
      display: none; }
      body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav li,
      body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav li {
        position: relative; }
        body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav li a,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav li a {
          color: #FFBF00;
          font-size: 18px;
          font-weight: bold;
          line-height: 25px;
          background-color: transparent;
          padding: 15px 0; }
        body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav li.fsStateSelected, body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav li:hover,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav li.fsStateSelected,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav li:hover {
          border-bottom: 3px solid #FFBF00; }
          body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav li.fsStateSelected:after, body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav li:hover:after,
          body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav li.fsStateSelected:after,
          body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav li:hover:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 7px 7px 7px;
            border-color: transparent transparent #FFBF00 transparent; }
      @media (min-width: 700px) {
        body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      @media (min-width: 1000px) {
        body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsTabsNav,
        body:not(.fsComposeMode) .hero-text .fsTabs.hero-accordion .fsTabsNav {
          display: none; } }
    @media (min-width: 1000px) {
      .fsPanelGroup.fsTabs.hero-accordion > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
      .fsPanelGroup.fsTabs.hero-accordion > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs.hero-accordion > .fsElementContent > .fsPanel:not(.fsStateOpen) {
        display: block; } }
  @media (min-width: 700px) {
    body:not(.fsComposeMode) .hero-text {
      padding-right: 0;
      padding-left: 0;
      padding-left: 20px;
      margin-top: -180px; }
      body:not(.fsComposeMode) .hero-text .fsElementHeaderContent {
        width: 580px;
        font-size: 30px;
        line-height: 40px; } }
  @media (min-width: 1000px) {
    body:not(.fsComposeMode) .hero-text {
      padding-top: 70px;
      padding-bottom: 70px;
      padding-left: 60px;
      width: 32%;
      border-bottom: 80px solid #fff;
      margin-top: 0; }
      body:not(.fsComposeMode) .hero-text .fsElementHeaderContent {
        width: 750px;
        font-size: 40px;
        line-height: 50px; }
      body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion > header .fsElementTitle {
        font-size: 30px; }
      body:not(.fsComposeMode) .hero-text .fsAccordion.hero-accordion .fsPanel .fsElementTitle a {
        font-size: 20px; } }

.hero-slides {
  padding: 0 10px; }
  .hero-slides .slider-play-btn {
    display: none; }
  .hero-slides .slick-dots {
    z-index: 2;
    left: auto;
    right: 30px;
    -ms-transform: none;
    transform: none;
    width: auto; }
  .hero-slides > .fsElementContent {
    position: relative; }
    .hero-slides > .fsElementContent:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-color: rgba(0, 58, 112, 0.1); }
  .hero-slides .slick-slide {
    background-size: cover;
    background-position: 50%; }
    .hero-slides .slick-slide img {
      visibility: hidden; }
  @media (min-width: 700px) {
    .hero-slides {
      padding-left: 32%; } }
  @media (min-width: 1000px) {
    .hero-slides {
      padding: 0;
      width: 68%; }
      .hero-slides .slick-slide img {
        height: 740px; } }

body:not(.fsComposeMode) .infographic {
  padding: 10px; }
  body:not(.fsComposeMode) .infographic [class^="icon-"], body:not(.fsComposeMode) .infographic [class*=" icon-"] {
    font-family: "Heebo", sans-serif !important; }
  body:not(.fsComposeMode) .infographic.flip-active > .fsElementContent {
    transform: rotateY(180deg);
    height: 770px; }
  body:not(.fsComposeMode) .infographic.flip-active > footer .fsElementFooterContent {
    transform: rotateY(-180deg) translate3d(0, -30px, 0); }
  body:not(.fsComposeMode) .infographic > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 72.22222em;
    max-width: 81.25rem; }
  body:not(.fsComposeMode) .infographic > footer {
    width: 166px;
    height: 60px;
    margin: 0 auto; }
    body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent {
      transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transform-style: preserve-3d;
      transform: translate3d(0, -30px, 0);
      margin-top: 0;
      height: 100%;
      width: 100%; }
      body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent button {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        position: absolute;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        backface-visibility: hidden;
        cursor: pointer; }
        body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent button:after {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none;
          margin-left: 13px; }
        body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent button.button-front {
          z-index: 20; }
        body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent button.button-back {
          transform: rotateY(180deg) translateX(50%);
          z-index: 20; }
          body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent button.button-back:after {
            display: none; }
          body:not(.fsComposeMode) .infographic > footer .fsElementFooterContent button.button-back:before {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            margin-right: 13px; }
  body:not(.fsComposeMode) .infographic > .fsElementContent {
    height: 670px;
    transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0, 0, 0); }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .infographic > .fsElementContent {
        height: 470px; } }
    body:not(.fsComposeMode) .infographic > .fsElementContent > .fsElement {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      border-radius: 10px;
      text-align: center; }
  body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent,
  body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .slick-track,
    body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent .slick-track {
      padding-top: 20px;
      padding-bottom: 20px; }
    body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .slick-dots button,
    body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent .slick-dots button {
      background-color: #eee; }
    body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .slick-dots .slick-active button,
    body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent .slick-dots .slick-active button {
      background-color: #0496FF; }
    body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement,
    body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent .fsElement {
      position: relative;
      color: #3E4042;
      font-size: 15px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 0; }
      body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement strong,
      body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent .fsElement strong {
        display: block;
        color: #003A70;
        font-weight: 900; }
  body:not(.fsComposeMode) .infographic .infographic-top {
    text-align: center;
    z-index: 20; }
    body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent {
      height: 100%;
      padding: 30px 0 60px; }
      body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        padding: 40px 20px 0; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement:first-child, body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement:nth-child(2) {
          border-bottom: 1px solid #D7D9DA; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement:not(:last-child):after {
          position: absolute;
          top: 0;
          right: 0;
          content: '';
          background-color: #D7D9DA;
          height: 100%;
          width: 1px; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement strong {
          font-size: 60px;
          letter-spacing: 1px;
          line-height: 105px; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement > .fsElementContent {
          max-width: 220px;
          margin: 0 auto; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement:before {
          display: block;
          color: #4BB3FD;
          font-size: 60px;
          margin-bottom: 40px; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-backpack:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-globe:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-trophy:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-degree:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-cap:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-cap-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-cap-3:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-family:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-bank:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-phones:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-phones:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-frame:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-easel:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-calculator:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-scroll:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-bell:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-calendar:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-book:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-paper:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-cap-4:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-clipboard:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-case:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-beaker:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-pin:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-open-book:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-badge:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-jackhammer:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-glass:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-badge-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-capitol:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-tablet:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-scissors:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-writing:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-telescope:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-pen:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-capitol-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-abacus:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-books:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-car:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-atom:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-bus:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-calculator-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-diploma:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-clock:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-compass:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-mouse:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-chair:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-diploma-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-diploma-3:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-notebook:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-square:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-computer:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-glue:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-cap-5:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-map-marker:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-ruler:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-notes:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-molecules:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-palette:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-pen-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-globe-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-violin:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-mobile:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-apple:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-keyboard:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-sharpie:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-microscope:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-glasses:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-pin-2:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement.icon-globe-3:before {
          content: "";
          font-family: "IcoMoon";
          font-smoothing: antialiased;
          font-weight: normal;
          speak: none; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement {
          -ms-flex-pack: center;
          justify-content: center;
          width: 25%; }
          body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement:first-child, body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement:nth-child(2) {
            border-bottom: 0; }
          body:not(.fsComposeMode) .infographic .infographic-top > .fsElementContent .fsElement strong {
            font-size: 80px; } }
  body:not(.fsComposeMode) .infographic .infographic-bottom {
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    padding-bottom: 60px;
    background-color: #F3FAFF;
    border: 1px solid #9FD7FF;
    border-radius: 8px;
    transform: rotateY(180deg);
    z-index: 20; }
    body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%;
      padding: 0 10px; }
      body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement:not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(6)):not(:last-child) {
        border-right: 1px solid #9FD7FF; }
      body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement:nth-child(n+1):nth-child(-n+6) {
        border-bottom: 1px solid #9FD7FF; }
      body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement strong {
        font-size: 50px;
        line-height: 79px; }
      @media (min-width: 900px) {
        body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement {
          -ms-flex-align: center;
          align-items: center;
          width: 25%; }
          body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement:nth-child(n+5):nth-child(-n+6) {
            border-bottom: 0; }
          body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement:nth-child(2), body:not(.fsComposeMode) .infographic .infographic-bottom > .fsElementContent > .fsElement:nth-child(6) {
            border-right: 1px solid #9FD7FF; } }

body:not(.fsComposeMode) .home-callouts {
  position: relative;
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  z-index: 1;
  margin-bottom: 0; }
  body:not(.fsComposeMode) .home-callouts .fsElementHeaderContent {
    margin-bottom: 0; }
    body:not(.fsComposeMode) .home-callouts .fsElementHeaderContent a {
      position: absolute;
      z-index: 3;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      font-size: 0;
      color: transparent; }
  body:not(.fsComposeMode) .home-callouts > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 75.55556em;
    max-width: 85rem;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%;
      border-radius: 4px;
      color: #fff;
      overflow: hidden;
      padding: 10px;
      text-align: center;
      cursor: pointer; }
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement .fsElementTitle,
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement .fsElementContent,
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement footer {
        position: relative;
        z-index: 2;
        opacity: 0;
        -ms-transform: translateY(300%);
        transform: translateY(300%);
        transition: .3s; }
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement .fsElementTitle {
        color: #fff; }
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement:before {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        content: '';
        background-color: rgba(75, 179, 253, 0.9);
        width: 100%;
        height: 4px;
        border-radius: 04px;
        transition: .3s; }
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement:hover:before {
        height: 100%; }
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement:hover .fsElementTitle,
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement:hover .fsElementContent,
      body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement:hover footer {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0); }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .home-callouts > .fsElementContent {
        display: -ms-flexbox;
        display: flex; }
        body:not(.fsComposeMode) .home-callouts > .fsElementContent > .fsElement {
          width: calc(33.33% - 12px);
          height: 474px; } }

body:not(.fsComposeMode) .news-events {
  position: relative;
  padding-right: 1.11111em;
  padding-left: 1.11111em;
  padding-top: 100px; }
  body:not(.fsComposeMode) .news-events svg {
    position: absolute;
    top: 400px;
    fill: #EEF9FF; }
  body:not(.fsComposeMode) .news-events header {
    text-align: center; }
    @media (min-width: 600px) {
      body:not(.fsComposeMode) .news-events header {
        text-align: left; } }
  body:not(.fsComposeMode) .news-events > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    z-index: 1;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 900px) {
      body:not(.fsComposeMode) .news-events > .fsElementContent {
        display: -ms-flexbox;
        display: flex; } }
  body:not(.fsComposeMode) .news-events .fsElementTitle {
    color: #003A70;
    font-size: 20px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase; }
  body:not(.fsComposeMode) .news-events .dont-miss .post-feature article {
    position: relative; }
  body:not(.fsComposeMode) .news-events .dont-miss .post-feature .fsThumbnail {
    margin-bottom: 0;
    border-radius: 3px;
    background-position: 50%; }
    body:not(.fsComposeMode) .news-events .dont-miss .post-feature .fsThumbnail img {
      height: 210px;
      display: block; }
  body:not(.fsComposeMode) .news-events .dont-miss .post-feature .fsTitle {
    margin-bottom: 0; }
    body:not(.fsComposeMode) .news-events .dont-miss .post-feature .fsTitle a {
      display: block;
      border-radius: 0 0 3px 3px;
      background-color: #003A70;
      color: #fff;
      padding: 18px 20px; }
      body:not(.fsComposeMode) .news-events .dont-miss .post-feature .fsTitle a:hover, body:not(.fsComposeMode) .news-events .dont-miss .post-feature .fsTitle a:focus {
        text-decoration: none;
        color: #FFBF00; }
  body:not(.fsComposeMode) .news-events .dont-miss .post-list.fsList article {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    body:not(.fsComposeMode) .news-events .dont-miss .post-list.fsList article .fsPostLink {
      display: block;
      border-radius: 3px;
      background-color: #4BB3FD;
      box-shadow: inset 0 -2px 0 0 #199EFC;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      padding: 18px 20px;
      overflow: hidden;
      text-overflow: ellipsis; }
      body:not(.fsComposeMode) .news-events .dont-miss .post-list.fsList article .fsPostLink:hover, body:not(.fsComposeMode) .news-events .dont-miss .post-list.fsList article .fsPostLink:focus {
        text-decoration: none;
        background-color: #199efc; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .news-events .dont-miss > .fsElementContent {
      display: -ms-flexbox;
      display: flex; }
      body:not(.fsComposeMode) .news-events .dont-miss > .fsElementContent .post-feature {
        width: 60%;
        margin-right: 20px; }
      body:not(.fsComposeMode) .news-events .dont-miss > .fsElementContent .post-list {
        width: 40%; }
        body:not(.fsComposeMode) .news-events .dont-miss > .fsElementContent .post-list.fsList article .fsPostLink {
          max-width: 230px;
          white-space: nowrap; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .news-events .dont-miss {
      width: calc(66% - 100px); }
      body:not(.fsComposeMode) .news-events .dont-miss > .fsElementContent .post-list.fsList article .fsPostLink {
        width: 280px;
        max-width: none; } }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .news-events .home-calendar .fsListItems,
    body:not(.fsComposeMode) .news-events .home-calendar .fsDayContainer {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      body:not(.fsComposeMode) .news-events .home-calendar .fsListItems > article,
      body:not(.fsComposeMode) .news-events .home-calendar .fsDayContainer > article {
        width: calc(33.33% - 10px);
        padding-left: 0;
        text-align: center; }
        body:not(.fsComposeMode) .news-events .home-calendar .fsListItems > article .fsDate,
        body:not(.fsComposeMode) .news-events .home-calendar .fsDayContainer > article .fsDate {
          position: relative;
          margin: 0 auto; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .news-events .home-calendar {
      width: 34%; }
      body:not(.fsComposeMode) .news-events .home-calendar .fsListItems,
      body:not(.fsComposeMode) .news-events .home-calendar .fsDayContainer {
        width: 100%;
        display: block;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        body:not(.fsComposeMode) .news-events .home-calendar .fsListItems > article,
        body:not(.fsComposeMode) .news-events .home-calendar .fsDayContainer > article {
          width: auto;
          padding-left: 70px;
          text-align: left; }
          body:not(.fsComposeMode) .news-events .home-calendar .fsListItems > article .fsDate,
          body:not(.fsComposeMode) .news-events .home-calendar .fsDayContainer > article .fsDate {
            position: absolute;
            margin: 0 auto; } }

body:not(.fsComposeMode) .showcase-1 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 1.11111em;
  padding-left: 1.11111em; }
  body:not(.fsComposeMode) .showcase-1 > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      color: #fff;
      padding: 30px;
      font-size: 15px;
      line-height: 23px;
      overflow: hidden; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle {
        -ms-flex-pack: center;
        justify-content: center;
        background-color: #C8102E;
        padding: 30px 12px;
        text-align: center; }
        body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle .fsElementTitle {
          font-size: 34px;
          line-height: 50px;
          text-transform: uppercase; }
        body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle .fs_style_37 {
          margin-bottom: 0; }
          body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle .fs_style_37:hover, body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle .fs_style_37:focus {
            color: #C8102E; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle):before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000F1F 100%);
        opacity: .8; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle):after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        opacity: 0;
        transition: .3s; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent {
        -ms-transform: translateY(calc(100% - 20px));
        transform: translateY(calc(100% - 20px)); }
        body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent .learn-more {
          color: #FFFFFF;
          font-size: 15px;
          font-weight: bold;
          line-height: 22px; }
          body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent .learn-more:after {
            content: "";
            font-family: "IcoMoon";
            font-smoothing: antialiased;
            font-weight: normal;
            speak: none;
            vertical-align: middle;
            margin-left: 8px;
            transition: .3s; }
          body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent .learn-more:hover, body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent .learn-more:focus {
            text-decoration: none; }
            body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent .learn-more:hover:after, body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:not(.goal-middle) > .fsElementContent .learn-more:focus:after {
              margin-left: 12px; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement > header,
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement > .fsElementContent {
        position: relative;
        z-index: 1;
        transition: .3s; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:hover > header,
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:hover > .fsElementContent, body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:focus > header,
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:focus > .fsElementContent {
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:hover:after, body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement:focus:after {
        opacity: .8; }
  body:not(.fsComposeMode) .showcase-1 .fsElementTitle {
    color: #fff;
    font-size: 24px;
    line-height: 35px; }
  body:not(.fsComposeMode) .showcase-1 .goal-1 {
    -ms-flex-order: 1;
    order: 1; }
    body:not(.fsComposeMode) .showcase-1 .goal-1:after {
      background: linear-gradient(157.73deg, #FABC01 0%, #FA9A01 100%); }
  body:not(.fsComposeMode) .showcase-1 .goal-2 {
    -ms-flex-order: 2;
    order: 2; }
    body:not(.fsComposeMode) .showcase-1 .goal-2:after {
      background: linear-gradient(156.63deg, #0496FF 0%, #084E89 100%); }
  body:not(.fsComposeMode) .showcase-1 .goal-3 {
    -ms-flex-order: 3;
    order: 3; }
    body:not(.fsComposeMode) .showcase-1 .goal-3:after {
      background: linear-gradient(157.73deg, #003A70 0%, #032A5D 100%); }
  body:not(.fsComposeMode) .showcase-1 .goal-4 {
    -ms-flex-order: 5;
    order: 5; }
    body:not(.fsComposeMode) .showcase-1 .goal-4:after {
      background: linear-gradient(157.73deg, #E82746 0%, #870F22 100%); }
  body:not(.fsComposeMode) .showcase-1 .goal-middle {
    -ms-flex-order: 3;
    order: 3; }
  @media (min-width: 600px) {
    body:not(.fsComposeMode) .showcase-1 > .fsElementContent {
      display: -ms-flexbox;
      display: flex; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement {
        width: calc(50% - 10px);
        margin-bottom: 0; }
        body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle {
          width: 100%;
          margin: 20px 0; } }
  @media (min-width: 900px) {
    body:not(.fsComposeMode) .showcase-1 > .fsElementContent {
      -ms-flex-pack: start;
      justify-content: flex-start; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent > .fsElement.goal-middle {
        -ms-flex-order: 4;
        order: 4;
        width: calc(28.8%);
        height: 340px;
        margin: 20px;
        margin-top: -340px; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-1 {
        margin-right: 20px;
        margin-bottom: 20px; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-3 {
        margin-top: -340px; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-4 {
        margin-top: -400px;
        margin-left: 35.6%; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-1,
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-4 {
        width: 64.4%;
        height: 400px; }
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-2,
      body:not(.fsComposeMode) .showcase-1 > .fsElementContent .goal-3 {
        height: 760px;
        width: calc(35.6% - 20px); } }
  @media (min-width: 1260px) {
    body:not(.fsComposeMode) .showcase-1 .goal-middle {
      width: 340px; } }

body:not(.fsComposeMode) .showcase-2 {
  padding-right: 1.11111em;
  padding-left: 1.11111em; }
  body:not(.fsComposeMode) .showcase-2 > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500; }
    body:not(.fsComposeMode) .showcase-2 > .fsElementContent .fsElementTitle {
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 27px; }
    body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement {
      position: relative;
      height: 280px;
      border-radius: 4px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      background-repeat: no-repeat;
      background-size: cover;
      overflow: hidden; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement .fsElementHeaderContent {
        margin-bottom: 0; }
        body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement .fsElementHeaderContent a {
          position: absolute;
          z-index: 3;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          font-size: 0;
          color: transparent; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:first-child:before, body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(2):before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%); }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:first-child .fsElementTitle, body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(2) .fsElementTitle {
        font-size: 24px;
        line-height: 35px; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(3) > .fsElementContent {
        background-color: #003A70; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(4) > .fsElementContent {
        background-color: #C8102E; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(5) > .fsElementContent {
        background-color: #FFBF00; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement > .fsElementContent {
        position: relative;
        padding: 20px 30px;
        transition: .3s;
        -ms-transform: translateY(60%);
        transform: translateY(60%);
        -ms-transform: translateY(calc(100% - 60px));
        transform: translateY(calc(100% - 60px));
        height: 100%; }
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:hover > .fsElementContent {
        -ms-transform: translateY(40%);
        transform: translateY(40%); }
    @media (min-width: 700px) {
      body:not(.fsComposeMode) .showcase-2 > .fsElementContent {
        display: -ms-flexbox;
        display: flex; }
        body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement {
          width: calc(33.33% - 10px); }
          body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement .fsElementTitle {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 200px; }
          body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:first-child, body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(2) {
            width: calc(50% - 10px);
            height: 320px; }
            body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:first-child .fsElementTitle, body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:nth-child(2) .fsElementTitle {
              max-width: 300px; }
          body:not(.fsComposeMode) .showcase-2 > .fsElementContent > .fsElement:hover .fsElementTitle {
            max-width: none;
            overflow: visible;
            white-space: inherit;
            text-overflow: none; } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide-page .fsPageTitle {
  margin-bottom: 1.66667em;
  padding: 1.11111em;
  background: rgba(0, 0, 0, 0.1); }

.colors ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .colors ol:after {
    display: table;
    clear: both;
    content: ''; }
  .colors ol li {
    position: relative;
    float: left;
    margin-bottom: 2em;
    height: 4em;
    width: 44.44444%; }
    @media (min-width: 600px) {
      .colors ol li {
        width: 22.22222%; } }
    @media (min-width: 1180px) {
      .colors ol li {
        margin-bottom: 0;
        width: 11.11111%; } }
    .colors ol li:after {
      position: absolute;
      top: 100%;
      left: 0; }
    .colors ol li:nth-of-type(1) {
      background: #44474A;
      color: #44474A; }
      .colors ol li:nth-of-type(1):after {
        content: "#44474A"; }
    .colors ol li:nth-of-type(2) {
      background: #003A70;
      color: #003A70; }
      .colors ol li:nth-of-type(2):after {
        content: "#003A70"; }
    .colors ol li:nth-of-type(3) {
      background: #032A5D;
      color: #032A5D; }
      .colors ol li:nth-of-type(3):after {
        content: "#032A5D"; }
    .colors ol li:nth-of-type(4) {
      background: #0496FF;
      color: #0496FF; }
      .colors ol li:nth-of-type(4):after {
        content: "#0496FF"; }
    .colors ol li:nth-of-type(5) {
      background: #C8102E;
      color: #C8102E; }
      .colors ol li:nth-of-type(5):after {
        content: "#C8102E"; }
    .colors ol li:nth-of-type(6) {
      background: #FFBF00;
      color: #FFBF00; }
      .colors ol li:nth-of-type(6):after {
        content: "#FFBF00"; }
    .colors ol li:nth-of-type(7) {
      background: #eee;
      color: #eee; }
      .colors ol li:nth-of-type(7):after {
        content: "#eee"; }
    .colors ol li:nth-of-type(8) {
      background: #75797D;
      color: #75797D; }
      .colors ol li:nth-of-type(8):after {
        content: "#75797D"; }
    .colors ol li:nth-of-type(9) {
      background: #1C1C1E;
      color: #1C1C1E; }
      .colors ol li:nth-of-type(9):after {
        content: "#1C1C1E"; }

.fonts ol {
  zoom: 1;
  margin-bottom: 2.22222em;
  padding: 0;
  list-style: none; }
  .fonts ol:after {
    display: table;
    clear: both;
    content: ''; }
  .fonts ol li {
    margin-bottom: 0.27778em;
    padding: 0.27778em; }
    .fonts ol li:nth-of-type(1) {
      font-family: Georgia, serif; }
      .fonts ol li:nth-of-type(1):after {
        content: "Georgia, serif"; }
    .fonts ol li:nth-of-type(2):after {
      content: ""; }
    .fonts ol li:nth-of-type(3) {
      font-family: "Heebo", sans-serif; }
      .fonts ol li:nth-of-type(3):after {
        content: "Heebo, sans-serif"; }
    .fonts ol li:nth-of-type(4) {
      font-family: "Raleway", sans-serif; }
      .fonts ol li:nth-of-type(4):after {
        content: "Raleway, sans-serif"; }
    .fonts ol li:nth-of-type(5) {
      font-family: "IcoMoon"; }
      .fonts ol li:nth-of-type(5):after {
        content: "IcoMoon"; }
    .fonts ol li:nth-of-type(6) {
      font-family: "FontAwesome"; }
      .fonts ol li:nth-of-type(6):after {
        content: "FontAwesome"; }
    .fonts ol li:nth-of-type(7) {
      font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }
      .fonts ol li:nth-of-type(7):after {
        content: "Menlo, Monaco, Consolas, Courier New, monospace"; }

.headers h1:after {
  content: " size: 34px / line: 45px"; }

.headers h2:after {
  content: " size: 28px / line: 40px"; }

.headers h3:after {
  content: " size: 20px / line: 28px"; }

.headers h4:after {
  content: " size: 20px / line: 22px"; }

.headers h5:after {
  content: " size: 17px / line: 23px"; }

.headers h6:after {
  content: " size: 13px / line: 18px"; }

.timeline-page {
  background: #f7f7f7; }

.fsSection299:not(.fsComposeMode) {
  font-family: "Raleway", sans-serif; }
  .fsSection299:not(.fsComposeMode) #fsPoweredByFinalsite {
    margin-bottom: 0; }
  .fsSection299:not(.fsComposeMode) .fsFooter {
    padding-top: 1.11111em;
    padding-bottom: 1.11111em;
    padding-bottom: 40px; }
  .fsSection299:not(.fsComposeMode) .fsPageBodyWrapper {
    background: #f7f7f7;
    padding-top: 1.11111em;
    padding-bottom: 1.11111em; }
  .fsSection299:not(.fsComposeMode) .fsHeader {
    background: #fff;
    padding: 36px 20px 41px; }
    .fsSection299:not(.fsComposeMode) .fsHeader > .fsBanner {
      position: relative;
      margin: 0 auto;
      max-width: 65.55556em;
      max-width: 73.75rem;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      @media (min-width: 800px) {
        .fsSection299:not(.fsComposeMode) .fsHeader > .fsBanner {
          display: -ms-flexbox;
          display: flex; } }
    .fsSection299:not(.fsComposeMode) .fsHeader p {
      margin-bottom: 0; }
  .fsSection299:not(.fsComposeMode) .home-links,
  .fsSection299:not(.fsComposeMode) .logo {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 0; }
  .fsSection299:not(.fsComposeMode) .home-links {
    text-align: center; }
    .fsSection299:not(.fsComposeMode) .home-links a {
      font-size: 16px;
      font-weight: normal;
      text-transform: uppercase;
      color: #5c5c5c; }
      .fsSection299:not(.fsComposeMode) .home-links a.home-link:before {
        display: inline-block;
        font-family: "IcoMoon";
        content: "\e902";
        font-size: 22px;
        -ms-transform: translateY(2px);
        transform: translateY(2px); }
      .fsSection299:not(.fsComposeMode) .home-links a:hover {
        color: #101010; }
  .fsSection299:not(.fsComposeMode).timeline-home .back-link {
    display: none; }
  .fsSection299:not(.fsComposeMode):not(.timeline-home) .home-link span {
    font-size: 0; }
  .fsSection299:not(.fsComposeMode) .timeline-intro-content {
    margin-bottom: 49px;
    -ms-flex-align: start;
    align-items: flex-start; }
    .fsSection299:not(.fsComposeMode) .timeline-intro-content header {
      padding: 20px 0; }
    .fsSection299:not(.fsComposeMode) .timeline-intro-content .fsElementTitle {
      font-size: 100px;
      font-weight: 600;
      line-height: 1.1em;
      color: #1c2d5a;
      -webkit-text-fill-color: transparent;
      background: -webkit-linear-gradient(#ce2028 0%, #1c2d5a 100%);
      -webkit-background-clip: text;
      margin-bottom: 0; }
    .fsSection299:not(.fsComposeMode) .timeline-intro-content > .fsElementContent {
      padding-top: 1.11111em;
      padding-bottom: 1.11111em;
      padding-left: 30px;
      font-size: 20px;
      border-left: 2px solid #d7d7d7; }
    @media (min-width: 800px) {
      .fsSection299:not(.fsComposeMode) .timeline-intro-content {
        display: -ms-flexbox;
        display: flex; }
        body.fsDraftMode .timeline-intro-content {
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          body.fsDraftMode .timeline-intro-content .fsElementActionButtonContainer {
            -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
        .fsSection299:not(.fsComposeMode) .timeline-intro-content header {
          width: 35%; }
        .fsSection299:not(.fsComposeMode) .timeline-intro-content > .fsElementContent {
          width: 65%; } }
    @media (min-width: 1200px) {
      .fsSection299:not(.fsComposeMode) .timeline-intro-content header {
        width: 22%; }
      .fsSection299:not(.fsComposeMode) .timeline-intro-content > .fsElementContent {
        width: 78%; } }
  .fsSection299:not(.fsComposeMode) .timeline-lower-content > .fsElementContent {
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 800px) {
      .fsSection299:not(.fsComposeMode) .timeline-lower-content > .fsElementContent {
        display: -ms-flexbox;
        display: flex; }
        .fsSection299:not(.fsComposeMode) .timeline-lower-content > .fsElementContent > .fsElement {
          width: calc(50% - 10px); } }
  .fsSection299:not(.fsComposeMode) .timeline-image-grid img {
    width: calc(50% - 10px);
    padding-bottom: 10px; }
    .fsSection299:not(.fsComposeMode) .timeline-image-grid img:nth-child(2), .fsSection299:not(.fsComposeMode) .timeline-image-grid img:nth-child(4) {
      float: right; }
    .fsSection299:not(.fsComposeMode) .timeline-image-grid img:nth-child(3) {
      float: left; }
  .fsSection299:not(.fsComposeMode) .timeline-nav {
    width: 100%;
    padding-bottom: 40px; }
    .fsSection299:not(.fsComposeMode) .timeline-nav a:hover {
      color: #3454a8; }
    .fsSection299:not(.fsComposeMode) .timeline-nav li {
      display: none; }
      .fsSection299:not(.fsComposeMode) .timeline-nav li a {
        display: block;
        color: #163052; }
      .fsSection299:not(.fsComposeMode) .timeline-nav li.prev-year, .fsSection299:not(.fsComposeMode) .timeline-nav li.next-year {
        display: inline;
        position: absolute;
        z-index: 1;
        font-size: 20px;
        font-weight: 600; }
        .fsSection299:not(.fsComposeMode) .timeline-nav li.prev-year a:before,
        .fsSection299:not(.fsComposeMode) .timeline-nav li.prev-year a:after, .fsSection299:not(.fsComposeMode) .timeline-nav li.next-year a:before,
        .fsSection299:not(.fsComposeMode) .timeline-nav li.next-year a:after {
          font-family: "IcoMoon";
          font-size: 60px;
          font-weight: normal;
          vertical-align: middle; }
      .fsSection299:not(.fsComposeMode) .timeline-nav li.prev-year {
        left: 0; }
        .fsSection299:not(.fsComposeMode) .timeline-nav li.prev-year a:before {
          content: "\e900";
          padding-right: 22px; }
      .fsSection299:not(.fsComposeMode) .timeline-nav li.next-year {
        right: 0; }
        .fsSection299:not(.fsComposeMode) .timeline-nav li.next-year a:after {
          content: "\e901";
          padding-left: 22px; }
    .fsSection299:not(.fsComposeMode) .timeline-nav .fsElementFooterContent {
      font-size: 20px;
      font-weight: 600;
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      width: 100%;
      margin: 0 auto !important;
      text-align: center; }
      .fsSection299:not(.fsComposeMode) .timeline-nav .fsElementFooterContent a {
        color: #163052; }
        .fsSection299:not(.fsComposeMode) .timeline-nav .fsElementFooterContent a:hover {
          color: #3454a8; }
      @media (min-width: 800px) {
        .fsSection299:not(.fsComposeMode) .timeline-nav .fsElementFooterContent {
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); } }

.timeline-home:not(.fsComposeMode) {
  /* Arrows */ }
  .timeline-home:not(.fsComposeMode) .timeline-slides {
    min-height: 22.22222em; }
    .timeline-home:not(.fsComposeMode) .timeline-slides .timeline-slide {
      display: none; }
    .timeline-home:not(.fsComposeMode) .timeline-slides .slick-initialized .timeline-slide {
      display: block; }
  .timeline-home:not(.fsComposeMode) #fsPoweredByFinalsite {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .timeline-home:not(.fsComposeMode) .fsPageBodyWrapper {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0; }
  .timeline-home:not(.fsComposeMode) .fsPageBody {
    max-width: none; }
  .timeline-home:not(.fsComposeMode) .fsPageLayout {
    margin-right: 0;
    margin-left: 0; }
    .timeline-home:not(.fsComposeMode) .fsPageLayout > .fsDiv {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 0; }
  .timeline-home:not(.fsComposeMode) .timeline-slide {
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    margin-right: 2px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 0; }
    .timeline-home:not(.fsComposeMode) .timeline-slide .fsElementHeaderContent {
      margin-bottom: 0; }
    .timeline-home:not(.fsComposeMode) .timeline-slide img {
      filter: gray;
      filter: grayscale(100%);
      transition: transform .3s linear; }
    .timeline-home:not(.fsComposeMode) .timeline-slide .fsElementTitle,
    .timeline-home:not(.fsComposeMode) .timeline-slide a,
    .timeline-home:not(.fsComposeMode) .timeline-slide .mejs-audio,
    .timeline-home:not(.fsComposeMode) .timeline-slide audio {
      position: absolute;
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      z-index: 2; }
    .timeline-home:not(.fsComposeMode) .timeline-slide a,
    .timeline-home:not(.fsComposeMode) .timeline-slide .mejs-audio,
    .timeline-home:not(.fsComposeMode) .timeline-slide audio {
      transition: opacity .3s linear; }
      @media (min-width: 600px) {
        .timeline-home:not(.fsComposeMode) .timeline-slide a,
        .timeline-home:not(.fsComposeMode) .timeline-slide .mejs-audio,
        .timeline-home:not(.fsComposeMode) .timeline-slide audio {
          opacity: 0; } }
    .timeline-home:not(.fsComposeMode) .timeline-slide .fsElementTitle {
      top: 50%;
      color: #fff;
      font-size: 60px;
      font-weight: normal;
      left: 50%;
      word-break: keep-all; }
      @media (min-width: 600px) {
        .timeline-home:not(.fsComposeMode) .timeline-slide .fsElementTitle {
          font-size: 90px; } }
    .timeline-home:not(.fsComposeMode) .timeline-slide a {
      top: 35%;
      left: 50%;
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
      .timeline-home:not(.fsComposeMode) .timeline-slide a:before {
        font-family: "IcoMoon";
        content: "\e904";
        font-size: 20px;
        vertical-align: middle;
        margin-right: 8px; }
      .timeline-home:not(.fsComposeMode) .timeline-slide a:hover, .timeline-home:not(.fsComposeMode) .timeline-slide a:focus {
        text-decoration: none; }
    .timeline-home:not(.fsComposeMode) .timeline-slide .mejs-audio,
    .timeline-home:not(.fsComposeMode) .timeline-slide audio {
      top: 60%;
      left: 50%; }
    .timeline-home:not(.fsComposeMode) .timeline-slide:hover a,
    .timeline-home:not(.fsComposeMode) .timeline-slide:hover .mejs-audio,
    .timeline-home:not(.fsComposeMode) .timeline-slide:hover audio {
      opacity: 1; }
    .timeline-home:not(.fsComposeMode) .timeline-slide:hover img {
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .timeline-home:not(.fsComposeMode) .timeline-slide .fsElementContent {
      background-repeat: no-repeat;
      background-size: cover;
      -ms-transform: skewX(10deg) scale(1.6);
      transform: skewX(10deg) scale(1.6); }
      .timeline-home:not(.fsComposeMode) .timeline-slide .fsElementContent:before {
        content: '';
        background: linear-gradient(to bottom, rgba(206, 32, 40, 0.4) 0%, rgba(28, 45, 90, 0.58) 59%, rgba(28, 45, 90, 0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ce2028', endColorstr='#b31c2d5a',GradientType=0 );
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1; }
  .timeline-home:not(.fsComposeMode) .slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    tap-highlight-color: transparent; }
  .timeline-home:not(.fsComposeMode) .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .timeline-home:not(.fsComposeMode) .slick-list:focus {
      outline: none; }
    .timeline-home:not(.fsComposeMode) .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .timeline-home:not(.fsComposeMode) .slick-slider .slick-track,
  .timeline-home:not(.fsComposeMode) .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }
  .timeline-home:not(.fsComposeMode) .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .timeline-home:not(.fsComposeMode) .slick-track:before, .timeline-home:not(.fsComposeMode) .slick-track:after {
      content: '';
      display: table; }
    .timeline-home:not(.fsComposeMode) .slick-track:after {
      clear: both; }
    .slick-loading .timeline-home:not(.fsComposeMode) .slick-track {
      visibility: hidden; }
  .timeline-home:not(.fsComposeMode) .slick-slide {
    float: left;
    height: 100%;
    min-height: 0.05556em; }
    [dir="rtl"] .timeline-home:not(.fsComposeMode) .slick-slide {
      float: right; }
    .timeline-home:not(.fsComposeMode) .slick-slide img {
      display: block; }
    .timeline-home:not(.fsComposeMode) .slick-slide.slick-loading img {
      display: none; }
    .timeline-home:not(.fsComposeMode) .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .timeline-home:not(.fsComposeMode) .slick-slide {
      display: block; }
    .slick-loading .timeline-home:not(.fsComposeMode) .slick-slide {
      visibility: hidden; }
    .slick-vertical .timeline-home:not(.fsComposeMode) .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .timeline-home:not(.fsComposeMode) .slick-prev,
  .timeline-home:not(.fsComposeMode) .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    display: block;
    width: 70px;
    height: 70px;
    padding: 0;
    margin-top: -10px\9;
    /*lte IE 8*/
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1; }
  .timeline-home:not(.fsComposeMode) .slick-prev:hover,
  .timeline-home:not(.fsComposeMode) .slick-prev:focus,
  .timeline-home:not(.fsComposeMode) .slick-next:hover,
  .timeline-home:not(.fsComposeMode) .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent; }
  .timeline-home:not(.fsComposeMode) .slick-prev:hover:before,
  .timeline-home:not(.fsComposeMode) .slick-prev:focus:before,
  .timeline-home:not(.fsComposeMode) .slick-next:hover:before,
  .timeline-home:not(.fsComposeMode) .slick-next:focus:before {
    opacity: 1; }
  .timeline-home:not(.fsComposeMode) .slick-prev.slick-disabled:before,
  .timeline-home:not(.fsComposeMode) .slick-next.slick-disabled:before {
    opacity: .25; }
  .timeline-home:not(.fsComposeMode) .slick-prev:before,
  .timeline-home:not(.fsComposeMode) .slick-next:before {
    font-family: "IcoMoon";
    font-size: 70px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .timeline-home:not(.fsComposeMode) .slick-prev {
    left: 45px; }
  .timeline-home:not(.fsComposeMode) [dir='rtl'] .slick-prev {
    right: 45px;
    left: auto; }
  .timeline-home:not(.fsComposeMode) .slick-prev:before {
    content: '\e900'; }
  .timeline-home:not(.fsComposeMode) [dir='rtl'] .slick-prev:before {
    content: '\e901'; }
  .timeline-home:not(.fsComposeMode) .slick-next {
    right: 45px; }
  .timeline-home:not(.fsComposeMode) [dir='rtl'] .slick-next {
    right: auto;
    left: 45px; }
  .timeline-home:not(.fsComposeMode) .slick-next:before {
    content: '\e901'; }
  .timeline-home:not(.fsComposeMode) [dir='rtl'] .slick-next:before {
    content: '\e900'; }

.fiftyfiftySlider {
  margin-bottom: 20px; }
  .fiftyfiftySlider .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 350px;
    -ms-transform: none;
    transform: none;
    width: 50px;
    height: 50px;
    transition: 0.3s background;
    display: block !important;
    background: rgba(0, 0, 0, 0.2); }
    @media (min-width: 500px) {
      .fiftyfiftySlider .slick-arrow {
        bottom: 470px; } }
    @media (min-width: 700px) {
      .fiftyfiftySlider .slick-arrow {
        top: 1px;
        bottom: auto; } }
    .fiftyfiftySlider .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.4); }
    .fiftyfiftySlider .slick-arrow:before {
      display: block;
      font-size: 1.625rem;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 50px;
      color: #FFF; }
    .fiftyfiftySlider .slick-arrow.slick-prev {
      left: 1px; }
      .fiftyfiftySlider .slick-arrow.slick-prev:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
    .fiftyfiftySlider .slick-arrow.slick-next {
      right: 0; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .slick-arrow.slick-next {
          left: 52px;
          right: auto; } }
      .fiftyfiftySlider .slick-arrow.slick-next:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none; }
  .fiftyfiftySlider .bpa-slide {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f8f8f8; }
    .fiftyfiftySlider .bpa-slide:focus {
      outline: 0; }
    @media (min-width: 700px) {
      .fiftyfiftySlider .bpa-slide {
        min-height: 480px; } }
    .fiftyfiftySlider .bpa-slide .caption-wrapper {
      position: static;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      -ms-transform: none;
      transform: none;
      text-align: center;
      padding: 65px 30px 65px;
      font-weight: normal;
      font-family: "Heebo", sans-serif;
      background: transparent; }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide .caption-wrapper {
          width: 50%;
          height: 100%;
          position: absolute;
          padding-bottom: 30px; } }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title, .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc {
        text-align: center;
        text-shadow: none;
        font-size: 1.125rem;
        line-height: 1.2;
        display: block;
        color: #777777; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title {
        margin-bottom: 10px;
        font-weight: bold;
        position: relative;
        padding-bottom: 18px; }
        .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.2);
          width: 30px;
          height: 2px;
          margin: auto;
          background: rgba(0, 0, 0, 0.2); }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc h2 {
        color: #1cacc1;
        font-size: 1.875rem;
        line-height: 1.2;
        margin-bottom: 18px;
        color: #1cacc1; }
      .fiftyfiftySlider .bpa-slide .caption-wrapper .caption-desc p {
        line-height: 1.4; }
    .fiftyfiftySlider .bpa-slide article {
      top: 0;
      right: 0;
      position: static;
      height: 350px;
      background-position: center;
      background-size: cover; }
      @media (min-width: 500px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 470px; } }
      @media (min-width: 700px) {
        .fiftyfiftySlider .bpa-slide article {
          height: 100%;
          width: 50%;
          position: absolute; } }
      .fiftyfiftySlider .bpa-slide article img {
        opacity: 0;
        visibility: hidden; }

.alumni-1 #fsPageBody {
  max-width: none; }

.top-container {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 200px;
  transition: height .3s;
  margin-bottom: 0;
  position: relative; }
  @media (min-width: 600px) {
    .top-container {
      height: 400px; } }
  .top-container:before {
    content: '';
    background-color: rgba(0, 58, 112, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section-name {
  color: #032A5D;
  font-family: "Heebo", sans-serif;
  font-size: 44px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8%;
  letter-spacing: 8px;
  word-spacing: -15px;
  line-height: 1;
  display: none; }
  @media (min-width: 600px) {
    .section-name {
      display: block; } }
  .section-name strong {
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    letter-spacing: normal; }

.blue-row {
  background-color: rgba(0, 58, 112, 0.75);
  color: rgba(255, 255, 255, 0.6);
  height: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    .blue-row {
      padding-right: 0; } }
  .blue-row header {
    display: none;
    -ms-flex-order: 2;
    order: 2; }
    @media (min-width: 600px) {
      .blue-row header {
        display: block;
        position: relative; }
        .blue-row header:before {
          content: '';
          background-color: rgba(255, 255, 255, 0.2);
          width: 1px;
          height: 45px;
          position: absolute;
          top: -6px;
          left: -15px; } }
    @media (min-width: 1200px) {
      .blue-row header {
        -ms-flex-order: 1;
        order: 1;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
        .blue-row header:before {
          content: none; }
        .blue-row header:after {
          content: '';
          background-color: rgba(255, 255, 255, 0.2);
          width: 1px;
          height: 45px;
          position: absolute;
          top: -6px;
          right: 0px; } }
  .blue-row .fsElementContent {
    font-style: italic;
    text-align: center;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 600px) {
      .blue-row .fsElementContent {
        text-align: left;
        width: auto; } }
    @media (min-width: 1200px) {
      .blue-row .fsElementContent {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 2 1 auto;
        flex: 2 1 auto;
        text-align: right;
        padding-right: 5%; } }
    .blue-row .fsElementContent p {
      margin: 0; }
  .blue-row footer {
    display: none;
    -ms-flex-order: 3;
    order: 3; }
    @media (min-width: 1200px) {
      .blue-row footer {
        display: block;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto; } }

.fs_style_26 {
  display: inline-block;
  border: 1px solid #00BCE4;
  margin: 0 5px 20px;
  padding: 14px 25px;
  background: transparent;
  color: #032A5D;
  border-radius: 23px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
  border: 1px solid #032A5D;
  padding: 23px 35px;
  font-size: 16px;
  float: right;
  letter-spacing: normal;
  word-spacing: normal;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 5px 0;
  min-width: 260px;
  text-align: center;
  color: #fff; }
  .fs_style_26:hover, .fs_style_26:focus,
  .fsStateSelected .fs_style_26 {
    background: #0079D0;
    color: #032A5D;
    border-color: #0079D0;
    text-decoration: none; }
  .fs_style_26 em {
    display: block;
    font-style: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: capitalize; }
  .fsBannerLeft .fs_style_26,
  .fsBannerRight .fs_style_26 {
    width: 100%; }
  .fs_style_26:visited {
    color: #fff; }
  .fs_style_26:hover {
    background-color: rgba(0, 58, 112, 0.5); }
  .fs_style_26 em {
    color: #032A5D;
    font-size: 12px;
    text-align: right;
    margin-top: 5px;
    font-style: italic; }

.opening-greeting {
  color: #1C1C1E;
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  margin: 0 auto;
  max-width: 65.55556em;
  max-width: 73.75rem; }
  .opening-greeting strong {
    color: #003A70;
    font-weight: 400; }
  .opening-greeting em {
    color: #003A70; }

.fsPostElement.featured-alumni {
  margin-bottom: 1px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative; }
  .fsPostElement.featured-alumni header {
    display: none; }
  .fsPostElement.featured-alumni .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .fsPostElement.featured-alumni .slick-track .slick-slide {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .fsPostElement.featured-alumni article {
    background-color: rgba(3, 42, 93, 0.15);
    margin-bottom: 0;
    padding: 0; }
    @media (min-width: 900px) {
      .fsPostElement.featured-alumni article {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto; } }
  .fsPostElement.featured-alumni .fsThumbnail {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vw;
    -ms-flex-order: 0;
    order: 0; }
    .fsPostElement.featured-alumni .fsThumbnail img {
      margin: 0;
      visibility: hidden; }
    @media (min-width: 600px) {
      .fsPostElement.featured-alumni .fsThumbnail {
        height: 60vw; } }
    @media (min-width: 900px) {
      .fsPostElement.featured-alumni .fsThumbnail {
        float: left;
        width: 56.198347107438%;
        margin-bottom: 0;
        height: 100%; } }
  .fsPostElement.featured-alumni .text-wrap {
    padding: 20px; }
    @media (min-width: 900px) {
      .fsPostElement.featured-alumni .text-wrap {
        float: left;
        width: 43.801652892562%; } }
  .fsPostElement.featured-alumni .fsElementHeaderContent {
    color: #003A70;
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 22px;
    margin-bottom: 30px;
    word-spacing: -10px;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .fsPostElement.featured-alumni .fsElementHeaderContent strong {
      color: #032A5D;
      font-weight: 700;
      letter-spacing: normal; }
    @media (min-width: 600px) {
      .fsPostElement.featured-alumni .fsElementHeaderContent {
        font-size: 30px; } }
  .fsPostElement.featured-alumni .fsTitle {
    color: #032A5D;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
    text-transform: uppercase; }
    .fsPostElement.featured-alumni .fsTitle a {
      color: inherit; }
  .fsPostElement.featured-alumni .fsSummary {
    font-family: Georgia, serif; }
  .fsPostElement.featured-alumni .fsReadMoreLink {
    color: #1C1C1E;
    font-size: 13px;
    text-transform: uppercase; }
  .fsPostElement.featured-alumni .slideControls {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 20px 20px 0; }
    .fsPostElement.featured-alumni .slideControls .slick-next {
      color: #003A70;
      font-size: 13px;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer; }

.fsPostElement.alumni-nav {
  display: none; }
  @media (min-width: 900px) {
    .fsPostElement.alumni-nav {
      display: block;
      margin-left: -20px;
      margin-right: -20px; } }
  .fsPostElement.alumni-nav .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .fsPostElement.alumni-nav .slick-track .slick-slide {
      display: -ms-flexbox;
      display: flex;
      height: auto;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .fsPostElement.alumni-nav article {
    position: relative;
    margin: 0;
    padding: 0;
    outline: none; }
    .fsPostElement.alumni-nav article:first-child .fsThumbnail {
      border-left: none; }
    .fsPostElement.alumni-nav article:hover .fsTitle, .fsPostElement.alumni-nav article.slick-current .fsTitle {
      opacity: 1;
      visibility: visible; }
    .fsPostElement.alumni-nav article .fsThumbnail {
      height: 100%;
      margin: 0;
      border-left: solid 1px #fff; }
      .fsPostElement.alumni-nav article .fsThumbnail img {
        width: 100%; }
    .fsPostElement.alumni-nav article .fsTitle {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      text-align: center;
      line-height: normal;
      font-weight: 700;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 58, 112, 0.5);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, visibility .3s;
      padding: 0 10px; }

.alumni-events {
  margin-top: 60px; }
  .alumni-events header {
    position: relative;
    position: relative;
    margin: 0 auto;
    max-width: 65.55556em;
    max-width: 73.75rem; }
    .alumni-events header .fsElementFooterContent {
      display: none; }
      @media (min-width: 900px) {
        .alumni-events header .fsElementFooterContent {
          display: block;
          position: absolute;
          right: 0;
          bottom: -.4em;
          margin: 0; } }
  .alumni-events .fsElementHeaderContent {
    color: #003A70;
    font-family: "Heebo", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 22px;
    margin-bottom: 30px;
    word-spacing: -10px;
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .alumni-events .fsElementHeaderContent strong {
      color: #032A5D;
      font-weight: 700;
      letter-spacing: normal; }
    @media (min-width: 600px) {
      .alumni-events .fsElementHeaderContent {
        font-size: 30px; } }
  @media (min-width: 600px) {
    .alumni-events .fsElementContent {
      margin-left: -20px;
      margin-right: -20px; } }
  .alumni-events .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap; }
    @media (min-width: 600px) {
      .alumni-events .slick-track {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; } }
    @media (max-width: 600px) {
      .alumni-events .slick-track {
        width: 100% !important;
        -ms-transform: none !important;
        transform: none !important; } }
  .alumni-events article {
    color: #fff;
    background-color: #032A5D;
    border-bottom: solid 2px #fff;
    font-size: 15px;
    font-family: Georgia, serif;
    padding: 20px;
    outline: none;
    margin-bottom: 0;
    height: auto;
    display: none !important;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap; }
    @media (min-width: 600px) {
      .alumni-events article {
        display: -ms-flexbox !important;
        display: flex !important;
        border-left: solid 1px #fff; } }
    .alumni-events article.slick-active {
      display: -ms-flexbox !important;
      display: flex !important; }
      @media (max-width: 600px) {
        .alumni-events article.slick-active {
          width: 100% !important; } }
  .alumni-events .fsDate {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    text-align: left;
    background: transparent; }
    .alumni-events .fsDate > span {
      display: inline-block; }
  .alumni-events .fsDayName:after {
    content: '/';
    margin-left: .3em; }
  .alumni-events .fsTitle {
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin: .5em 0; }
    .alumni-events .fsTitle a {
      color: inherit; }
  .alumni-events .fsElementFooterContent {
    text-align: center;
    margin-top: 12px; }
    @media (min-width: 900px) {
      .alumni-events .fsElementFooterContent {
        display: none; } }
    .alumni-events .fsElementFooterContent a {
      color: #003A70;
      font-size: 13px;
      text-transform: uppercase; }

.slick-dots {
  bottom: auto;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: 20px; }
  .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px; }
    .slick-dots li.slick-active button {
      background-color: #003A70; }
  .slick-dots button {
    background: #1C1C1E;
    border: 0;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 15px;
    line-height: 0;
    outline: none;
    padding: 0;
    width: 15px;
    border-radius: 50%; }

@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }
